소스 검색

Moved signup to SignupController

Michael Francis 14 년 전
부모
커밋
812c0c1b7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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