diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-11-15 15:15:07 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-11-15 15:15:07 -0800 |
commit | d1c0f2a7393d82629bec961e056856846bd05465 (patch) | |
tree | dbf63ec60658d792c3144033ace8caf4db99cbf1 /lib | |
parent | b99213f7a769ec61a64877203441adb276388fa5 (diff) | |
parent | defdbe3c1036d4eb7b7793d2143a30bc9ce8d778 (diff) | |
download | nextcloud-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.php | 1 |
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) { |