Also setup the filesystem when matching routes

This commit is contained in:
Robin Appelman 2014-08-28 17:58:23 +02:00
parent 724ff6264a
commit 3c618a0252
1 changed files with 1 additions and 0 deletions

View File

@ -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) {