Commit 2400f763c3d2f094f555d4aa1aa729f8d5957ffd
1 parent
cd935f70
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,7 +123,7 @@ class UserController extends CrudResourceController | ||
123 | 123 | ||
124 | $data = $this->getPostedData(); | 124 | $data = $this->getPostedData(); |
125 | 125 | ||
126 | - throw new Exception('777', var_dump($data[$email_field])); | 126 | + throw new Exception('777', $data[$email_field]); |
127 | 127 | ||
128 | if (!isset($data[$email_field])) { | 128 | if (!isset($data[$email_field])) { |
129 | 129 |