Преглед изворни кода

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