From 812c0c1b7cce0572cc120e74eb61bbc4e8fe9d06 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sun, 10 Jul 2011 22:06:36 -0400 Subject: Moved signup to SignupController --- controllers/UsersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3