mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
fixes #11468
This commit is contained in:
parent
668e7473b9
commit
5695fef46f
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ class AuthComponent extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->_isAllowed($controller)) {
|
if ($this->_isAllowed($controller)) {
|
||||||
|
$this->_getUser();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue