]> source.dussan.org Git - nextcloud-server.git/commitdiff
When using routing in apps, no apps are loaded in the left navigation tree. To fix...
authorBernhard Posselt <nukeawhale@gmail.com>
Thu, 15 Nov 2012 13:48:06 +0000 (14:48 +0100)
committerBernhard Posselt <nukeawhale@gmail.com>
Thu, 15 Nov 2012 13:48:18 +0000 (14:48 +0100)
lib/base.php

index c97700b3dbfc311d197e8d1a31f8ab733c94bd8d..66d2d400285aadaeea6149f67af0758056b66c78 100644 (file)
@@ -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) {