Commit 213d5f7357706b41719bbdbec1d85a496e3264ab

Authored by Alex Savenko
1 parent 596a708f

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 55 $item = $this->createModelInstance();
56 56  
57 57 //$newItem = $this->createItem($item, $data);
  58 + $this->beforeSave($item);
58 59 $this->beforeCreate($item);
59 60  
60 61 $success = $item->create();
... ...