fixed error in save method

This commit is contained in:
Stefan Puraner
2016-05-24 13:26:07 +02:00
parent 71f3b91516
commit eb845241d1
@@ -47,7 +47,7 @@ class Adresse extends APIv1_Controller
public function postAdresse()
{
$post = $this->post();
$post = $this->_parseData($this->post());
if (is_array($post))
{