diff options
Diffstat (limited to 'controllers/UsersController.php')
-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 |