When using routing in apps, no apps are loaded in the left navigation tree. To fix this: load apps for matching a request

This commit is contained in:
Bernhard Posselt 2012-11-15 14:48:06 +01:00
parent bf20021b62
commit e642d18e26
1 changed files with 1 additions and 0 deletions

View 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) {