Commit 84d833824102650bb4727b1244ddb3bb0a964135
1 parent
213d5f73
registration
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/library/App/Controllers/UserController.php
... | ... | @@ -55,6 +55,8 @@ class UserController extends CrudResourceController |
55 | 55 | $item = $this->createModelInstance(); |
56 | 56 | |
57 | 57 | //$newItem = $this->createItem($item, $data); |
58 | + $this->afterAssignData($item, $data); | |
59 | + | |
58 | 60 | $this->beforeSave($item); |
59 | 61 | $this->beforeCreate($item); |
60 | 62 | ... | ... |