Commit f0472e1b79f769ab559922c0b516776ff9abebf0

Authored by Alex Savenko
1 parent e0d8c9e5

user registration

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/library/App/Controllers/UserController.php
... ... @@ -65,8 +65,6 @@ class UserController extends CrudResourceController
65 65  
66 66 $newItem = $this->createItem($item, $data);
67 67  
68   - return $data;
69   -
70 68 if (!$newItem) {
71 69 return $this->onCreateFailed($item, $data);
72 70 }
... ...