mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Remove default overwrites that are useless
This commit is contained in:
parent
1af5d23e87
commit
b76a235175
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ class AuthComponent extends Component {
|
|||
} else {
|
||||
$url = $this->unauthorizedRedirect;
|
||||
}
|
||||
$controller->redirect($url, null, true);
|
||||
$controller->redirect($url);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue