diff options
author | Michael Francis <edude03@gmail.com> | 2011-07-10 22:06:36 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-07-10 22:06:36 -0400 |
commit | 812c0c1b7cce0572cc120e74eb61bbc4e8fe9d06 (patch) | |
tree | e682aaf1ed528a67d106d70162f8fb18b88eeaa7 /controllers | |
parent | e735c32bd42b1882d8a6d7e03546de8dbd60e3f1 (diff) | |
download | otakuhub-812c0c1b7cce0572cc120e74eb61bbc4e8fe9d06.tar.xz |
Moved signup to SignupController
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/UsersController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/UsersController.php b/controllers/UsersController.php index 0d7fc28..ab46fb7 100644 --- a/controllers/UsersController.php +++ b/controllers/UsersController.php @@ -243,7 +243,7 @@ class UsersController extends \lithium\action\Controller { if(!$user->confirmed) { //Redirect them to the confirmation page. - return $this->redirect('Users::confirm'); + return $this->redirect('Signup::confirm'); } //If the user's account is not active they are probably banned |