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:
parent
bf20021b62
commit
e642d18e26
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue