Просмотр исходного кода

Moved signup to SignupController

Michael Francis 14 лет назад
Родитель
Сommit
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