diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-19 17:38:04 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-20 17:10:49 +0200 |
commit | 6404476bec76a5c4bc2c6d3bb1508bb1c6c025f2 (patch) | |
tree | 24dfb9b5264757121d581726fa0dd1b6cc5d90d7 /lib/filesystem.php | |
parent | cd934d5d8924b51d719ac20025b5fa034c74c3fb (diff) | |
download | nextcloud-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.php | 1 |
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'); |