Skip to content

Commit

Permalink
fixes #11468
Browse files Browse the repository at this point in the history
  • Loading branch information
db-bogdan committed Nov 27, 2017
1 parent 668e747 commit 5695fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Controller/Component/AuthComponent.php
Expand Up @@ -298,6 +298,7 @@ public function startup(Controller $controller) {
}

if ($this->_isAllowed($controller)) {
$this->_getUser();
return true;
}

Expand Down

0 comments on commit 5695fef

Please sign in to comment.