From e0b040d6235e7f8f8e5869e56a9bda1bf346cafd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 26 Mar 2017 21:15:25 +0200 Subject: Allow multiple navigation links from info.xml Signed-off-by: Joas Schilling --- apps/files/lib/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/lib/App.php') 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; } -- cgit v1.2.3