mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +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 {
|
} else {
|
||||||
$url = $this->unauthorizedRedirect;
|
$url = $this->unauthorizedRedirect;
|
||||||
}
|
}
|
||||||
$controller->redirect($url, null, true);
|
$controller->redirect($url);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue