From f0472e1b79f769ab559922c0b516776ff9abebf0 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 7 Feb 2017 17:07:58 +0200 Subject: [PATCH] user registration --- app/library/App/Controllers/UserController.php | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/app/library/App/Controllers/UserController.php b/app/library/App/Controllers/UserController.php index 44a1879..200d4f9 100755 --- a/app/library/App/Controllers/UserController.php +++ b/app/library/App/Controllers/UserController.php @@ -65,8 +65,6 @@ class UserController extends CrudResourceController $newItem = $this->createItem($item, $data); - return $data; - if (!$newItem) { return $this->onCreateFailed($item, $data); } -- libgit2 0.21.4