Commit cd935f70283d7107a73ecf498d9484e124b2fbc0
1 parent
41c456ad
email validation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/UserController.php
... | ... | @@ -123,7 +123,7 @@ class UserController extends CrudResourceController |
123 | 123 | |
124 | 124 | $data = $this->getPostedData(); |
125 | 125 | |
126 | - throw new Exception('777', var_dump($data)); | |
126 | + throw new Exception('777', var_dump($data[$email_field])); | |
127 | 127 | |
128 | 128 | if (!isset($data[$email_field])) { |
129 | 129 | ... | ... |