mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Always load the apps before trying to match a route
This commit is contained in:
parent
340d6fce11
commit
fba9739448
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue