diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-12-05 01:48:20 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-12-05 01:48:20 -0800 |
commit | 76625e9ba59481a0dfa4c92453f630451c098844 (patch) | |
tree | 8c20ed740f90216c74361fad0b95720e08dacad6 /lib/base.php | |
parent | 521b6c7b049ebd8ce1cf61017f160fb693429dd6 (diff) | |
parent | 8ce3aca3315f9fc9db8e6210fa4e894c5d1d3577 (diff) | |
download | nextcloud-server-76625e9ba59481a0dfa4c92453f630451c098844.tar.gz nextcloud-server-76625e9ba59481a0dfa4c92453f630451c098844.zip |
Merge pull request #647 from owncloud/fix_app_settings_navigation
Move loading of all the apps to setting the active navigation entry.
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 8c508c48767..273107e9b8a 100644 --- a/lib/base.php +++ b/lib/base.php @@ -512,7 +512,6 @@ class OC{ return; } try { - OC_App::loadApps(); OC::getRouter()->match(OC_Request::getPathInfo()); return; } catch (Symfony\Component\Routing\Exception\ResourceNotFoundException $e) { |