Alex Savenko
/
analytics
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
def046c72e0dce6532f55f7c2fd655ff650afdc6
Authored by
Alex Savenko
2017-02-07 18:19:01 +0200
1 parent
c6503970
user registration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/UserController.php
Inline
Side-by-side
app/library/App/Controllers/UserController.php
Wrap text
Show/Hide comments
View file @
def046c
...
...
@@ -44,7 +44,7 @@ class UserController extends CrudResourceController
44
44
45
45
public function registration() {
46
46
47
-
$this->create();
47
+
return
$this->create();
48
48
49
49
}
50
50
...
...