mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
parent
71e2c8e734
commit
182a89b0a0
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class AuthComponent extends Component {
|
|||
}
|
||||
|
||||
$this->flash($this->authError);
|
||||
$controller->redirect($controller->referer(), null, true);
|
||||
$controller->redirect($controller->referer('/'), null, true);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue