Also setup the filesystem when matching routes
This commit is contained in:
parent
724ff6264a
commit
3c618a0252
1 changed files with 1 additions and 0 deletions
|
@ -721,6 +721,7 @@ class OC {
|
|||
OC_App::loadApps();
|
||||
}
|
||||
self::checkSingleUserMode();
|
||||
OC_Util::setupFS();
|
||||
OC::$server->getRouter()->match(OC_Request::getRawPathInfo());
|
||||
return;
|
||||
} catch (Symfony\Component\Routing\Exception\ResourceNotFoundException $e) {
|
||||
|
|
Loading…
Reference in a new issue