]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing typo
authorThomas Müller <thomas.mueller@tmit.eu>
Sun, 6 Oct 2013 22:40:37 +0000 (00:40 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Sun, 6 Oct 2013 22:40:37 +0000 (00:40 +0200)
lib/private/appframework/middleware/security/securitymiddleware.php

index 80f3f6d966fb5fbc504ef6d2c022baaa78272879..f103a40ee7fcba718b89f9c5e1a4be3224949bca 100644 (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');