Commit 08ab737900f6421df83e5aaba8356462a02e1c5a

Authored by Alex Savenko
1 parent 2e8e8188

user registration

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/library/App/Controllers/UserController.php
@@ -46,6 +46,8 @@ class UserController extends CrudResourceController @@ -46,6 +46,8 @@ class UserController extends CrudResourceController
46 46
47 $data = $this->getPostedData(); 47 $data = $this->getPostedData();
48 48
  49 + return $data;
  50 +
49 if (!$data || count($data) == 0) { 51 if (!$data || count($data) == 0) {
50 return $this->onNoDataProvided(); 52 return $this->onNoDataProvided();
51 } 53 }