|
@@ -243,7 +243,7 @@ class UsersController extends \lithium\action\Controller {
|
|
|
if(!$user->confirmed)
|
|
if(!$user->confirmed)
|
|
|
{
|
|
{
|
|
|
//Redirect them to the confirmation page.
|
|
//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
|
|
//If the user's account is not active they are probably banned
|