Skip to content

Commit

Permalink
Merge pull request #420 from 3dg/fix-join-return
Browse files Browse the repository at this point in the history
fix join return
  • Loading branch information
tobyzerner committed Feb 15, 2015
2 parents 92ae1f4 + 1867b0e commit 38aa537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/controllers/ETUserController.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public function action_join()
// Construct a form.
$form = ETFactory::make("form");
$form->action = URL("user/join");
$form->addHidden("return", R("return"));

// Add the username field to the form structure.
$form->addSection("username", T("Username"));
Expand Down

0 comments on commit 38aa537

Please sign in to comment.