[Pkg-owncloud-commits] [owncloud] 113/258: Also setup the filesystem when matching routes
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 984b6a28ac2961d711139852557da922da0a467b
Author: Robin Appelman <icewind at owncloud.com>
Date: Thu Aug 28 17:58:23 2014 +0200
Also setup the filesystem when matching routes
---
lib/base.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/base.php b/lib/base.php
index 6fd27fa..39da089 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -692,6 +692,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) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list