Skip to content
Snippets Groups Projects
Commit e642d18e authored by Bernhard Posselt's avatar Bernhard Posselt
Browse files

When using routing in apps, no apps are loaded in the left navigation tree. To...

When using routing in apps, no apps are loaded in the left navigation tree. To fix this: load apps for matching a request
parent bf20021b
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment