summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-11-15 15:15:07 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2012-11-15 15:15:07 -0800
commitd1c0f2a7393d82629bec961e056856846bd05465 (patch)
treedbf63ec60658d792c3144033ace8caf4db99cbf1 /lib
parentb99213f7a769ec61a64877203441adb276388fa5 (diff)
parentdefdbe3c1036d4eb7b7793d2143a30bc9ce8d778 (diff)
downloadnextcloud-server-d1c0f2a7393d82629bec961e056856846bd05465.tar.gz
nextcloud-server-d1c0f2a7393d82629bec961e056856846bd05465.zip
Merge pull request #454 from Raydiation/master
Routing fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index c97700b3dbf..66d2d400285 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -488,6 +488,7 @@ class OC{
return;
}
try {
+ OC_App::loadApps();
OC::getRouter()->match(OC_Request::getPathInfo());
return;
} catch (Symfony\Component\Routing\Exception\ResourceNotFoundException $e) {