aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-11-30 12:47:40 +0100
committerBart Visscher <bartv@thisnet.nl>2012-11-30 12:47:44 +0100
commit8ce3aca3315f9fc9db8e6210fa4e894c5d1d3577 (patch)
treed676794c5caba2459c89132964cd4d487a3e48dd /lib/base.php
parent9717cdb42e956f5c6f923b402cc806b523a160bd (diff)
downloadnextcloud-server-8ce3aca3315f9fc9db8e6210fa4e894c5d1d3577.tar.gz
nextcloud-server-8ce3aca3315f9fc9db8e6210fa4e894c5d1d3577.zip
Move loading of all the apps to setting the active navigation entry.
We can't do the loading before matching the route, because some routes need to do the loading after matching of the route. For example the navigation detection of the app settings page.
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index dff73ef1ae8..f600800b617 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) {