diff options
Diffstat (limited to 'settings/ajax/navigationdetect.php')
-rw-r--r-- | settings/ajax/navigationdetect.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/settings/ajax/navigationdetect.php b/settings/ajax/navigationdetect.php index 607c0e873f9..7f961eb9bc5 100644 --- a/settings/ajax/navigationdetect.php +++ b/settings/ajax/navigationdetect.php @@ -6,10 +6,7 @@ OCP\JSON::callCheck(); $app = $_GET['app']; $app = OC_App::cleanAppId($app); -//load the one app and see what it adds to the navigation -OC_App::loadApp($app); - -$navigation = OC_App::getNavigation(); +$navigation = OC_App::getAppNavigationEntries($app); $navIds = array(); foreach ($navigation as $nav) { |