summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/App.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/lib/App.php')
-rw-r--r--apps/files/lib/App.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/App.php b/apps/files/lib/App.php
index 1aba2a53ef7..34d3ab4384c 100644
--- a/apps/files/lib/App.php
+++ b/apps/files/lib/App.php
@@ -48,7 +48,7 @@ class App {
\OC::$server->getGroupManager(),
\OC::$server->getConfig()
);
- self::$navigationManager->noDefaultLinks();
+ self::$navigationManager->clear(false);
}
return self::$navigationManager;
}