summaryrefslogtreecommitdiffstats
path: root/controllers/UsersController.php
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-07-10 22:06:36 -0400
committerMichael Francis <edude03@gmail.com>2011-07-10 22:06:36 -0400
commit812c0c1b7cce0572cc120e74eb61bbc4e8fe9d06 (patch)
treee682aaf1ed528a67d106d70162f8fb18b88eeaa7 /controllers/UsersController.php
parente735c32bd42b1882d8a6d7e03546de8dbd60e3f1 (diff)
downloadotakuhub-812c0c1b7cce0572cc120e74eb61bbc4e8fe9d06.tar.xz
Moved signup to SignupController
Diffstat (limited to 'controllers/UsersController.php')
-rw-r--r--controllers/UsersController.php2
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