fixing typo

This commit is contained in:
Thomas Müller 2013-10-07 00:40:37 +02:00
parent 780280e53f
commit 54e77e0e66
1 changed files with 1 additions and 1 deletions

View File

@ -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');