Also setup the filesystem when matching routes

remotes/origin/fix-10825
Robin Appelman 2014-08-28 17:58:23 +07:00
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) {