Commit 596a708f72a6d698c8d40869c67dfe18a1289a4b
1 parent
36a398b9
registration
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/library/App/Controllers/UserController.php
@@ -55,6 +55,7 @@ class UserController extends CrudResourceController | @@ -55,6 +55,7 @@ class UserController extends CrudResourceController | ||
55 | $item = $this->createModelInstance(); | 55 | $item = $this->createModelInstance(); |
56 | 56 | ||
57 | //$newItem = $this->createItem($item, $data); | 57 | //$newItem = $this->createItem($item, $data); |
58 | + $this->beforeCreate($item); | ||
58 | 59 | ||
59 | $success = $item->create(); | 60 | $success = $item->create(); |
60 | 61 |