Commit def046c72e0dce6532f55f7c2fd655ff650afdc6

Authored by Alex Savenko
1 parent c6503970

user registration

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/UserController.php
@@ -44,7 +44,7 @@ class UserController extends CrudResourceController @@ -44,7 +44,7 @@ class UserController extends CrudResourceController
44 44
45 public function registration() { 45 public function registration() {
46 46
47 - $this->create(); 47 + return $this->create();
48 48
49 } 49 }
50 50