aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-06-19 17:38:04 +0200
committerBart Visscher <bartv@thisnet.nl>2012-06-20 17:10:49 +0200
commit6404476bec76a5c4bc2c6d3bb1508bb1c6c025f2 (patch)
tree24dfb9b5264757121d581726fa0dd1b6cc5d90d7 /lib/filesystem.php
parentcd934d5d8924b51d719ac20025b5fa034c74c3fb (diff)
downloadnextcloud-server-6404476bec76a5c4bc2c6d3bb1508bb1c6c025f2.tar.gz
nextcloud-server-6404476bec76a5c4bc2c6d3bb1508bb1c6c025f2.zip
Delay setup of FS until OC_Filesystem is used
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r--lib/filesystem.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php
index 0d0943d3639..aeeb012f373 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -488,4 +488,5 @@ class OC_Filesystem{
}
}
+OC_Util::setupFS();
require_once('filecache.php');