Also setup the filesystem when matching routes

remotes/origin/fix-10825
Robin Appelman 11 years ago
parent 724ff6264a
commit 3c618a0252
  1. 1
      lib/base.php

@ -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…
Cancel
Save