Commit dc472d06d8d12425d4ba230eb48987c8f8b4d980
1 parent
3d9097db
user registration
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/UserController.php
@@ -68,7 +68,6 @@ class UserController extends CrudResourceController | @@ -68,7 +68,6 @@ class UserController extends CrudResourceController | ||
68 | 68 | ||
69 | $item = $this->createModelInstance(); | 69 | $item = $this->createModelInstance(); |
70 | 70 | ||
71 | - return $data; | ||
72 | $newItem = $this->createItem($item, $data); | 71 | $newItem = $this->createItem($item, $data); |
73 | 72 | ||
74 | if (!$newItem) { | 73 | if (!$newItem) { |