Explorar el Código

Moved signup to SignupController

Michael Francis hace 14 años
padre
commit
812c0c1b7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/UsersController.php

+ 1 - 1
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