fixing typo
This commit is contained in:
parent
780280e53f
commit
54e77e0e66
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class SecurityMiddleware extends Middleware {
|
|||
|
||||
// this will set the current navigation entry of the app, use this only
|
||||
// for normal HTML requests and not for AJAX requests
|
||||
$this->app->getServer()->getNavigationManager()->setActiveEntry($this->api->getAppName());
|
||||
$this->app->getServer()->getNavigationManager()->setActiveEntry($this->app->getAppName());
|
||||
|
||||
// security checks
|
||||
$isPublicPage = $annotationReader->hasAnnotation('PublicPage');
|
||||
|
|
Loading…
Reference in a new issue