aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/App.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-26 21:15:25 +0200
committerJoas Schilling <coding@schilljs.com>2017-03-26 21:15:25 +0200
commite0b040d6235e7f8f8e5869e56a9bda1bf346cafd (patch)
tree91bc197d3e598c49838635f2a6983e4aea9ab78f /apps/files/lib/App.php
parent7cc5130e8262b8e42df0c2a017cddcca2b6d8c85 (diff)
downloadnextcloud-server-e0b040d6235e7f8f8e5869e56a9bda1bf346cafd.tar.gz
nextcloud-server-e0b040d6235e7f8f8e5869e56a9bda1bf346cafd.zip
Allow multiple navigation links from info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
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;
}