mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-01 10:59:28 +00:00
Merge origin/ci into ci
This commit is contained in:
@@ -47,7 +47,7 @@ class Adresse extends APIv1_Controller
|
||||
|
||||
public function postAdresse()
|
||||
{
|
||||
$post = $this->post();
|
||||
$post = $this->_parseData($this->post());
|
||||
|
||||
if (is_array($post))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user