From efc0e9e226d652185abcd681107ab46e28625544 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 7 Feb 2017 16:53:23 +0200 Subject: [PATCH] user registration --- app/library/App/Controllers/UserController.php | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/app/library/App/Controllers/UserController.php b/app/library/App/Controllers/UserController.php index a30b9b8..200d4f9 100755 --- a/app/library/App/Controllers/UserController.php +++ b/app/library/App/Controllers/UserController.php @@ -69,9 +69,6 @@ class UserController extends CrudResourceController return $this->onCreateFailed($item, $data); } - - return $data; - $primaryKey = $this->getModelPrimaryKey(); $responseData = $this->getFindData($newItem->$primaryKey); -- libgit2 0.21.4