diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-08-28 17:58:23 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-09-02 16:15:42 +0200 |
commit | 3c618a0252384da7c7aef3ecfd8034e1fe559efd (patch) | |
tree | ceace1ceb3f38fb0fa39c7d5598b2cd5ed833cfc /lib/base.php | |
parent | 724ff6264abce5778065ebb77beda7a49777e48c (diff) | |
download | nextcloud-server-3c618a0252384da7c7aef3ecfd8034e1fe559efd.tar.gz nextcloud-server-3c618a0252384da7c7aef3ecfd8034e1fe559efd.zip |
Also setup the filesystem when matching routes
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index 6ec5f69e45d..1a99835040a 100644 --- a/lib/base.php +++ b/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) { |