]> source.dussan.org Git - nextcloud-server.git/commitdiff
Always load the apps before trying to match a route
authorBart Visscher <bartv@thisnet.nl>
Fri, 8 Feb 2013 18:06:59 +0000 (19:06 +0100)
committerBart Visscher <bartv@thisnet.nl>
Fri, 8 Feb 2013 18:06:59 +0000 (19:06 +0100)
lib/base.php

index 5bfdb0b7c0a568f893d864b3e31c51f0a0580733..e71928bfc03bebb604d435aaf9f5b0ff74f7c0ee 100644 (file)
@@ -556,6 +556,7 @@ class OC {
 
                if (!self::$CLI) {
                        try {
+                               OC_App::loadApps();
                                OC::getRouter()->match(OC_Request::getPathInfo());
                                return;
                        } catch (Symfony\Component\Routing\Exception\ResourceNotFoundException $e) {