diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-11-10 16:53:08 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-11-10 16:53:08 +0100 |
commit | 7543ffa3b19afc2786e87bc176096172fe5825d9 (patch) | |
tree | 7e6565b59b8d57d7dd2c464299b9d1e4d8c5c1ac /lib/filesystem.php | |
parent | 524e3686a0da79493a6048d8d92b7bbb0982ec08 (diff) | |
download | nextcloud-server-7543ffa3b19afc2786e87bc176096172fe5825d9.tar.gz nextcloud-server-7543ffa3b19afc2786e87bc176096172fe5825d9.zip |
always load the filecache
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r-- | lib/filesystem.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php index bd68831a711..93f52423332 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -443,3 +443,5 @@ class OC_Filesystem{ return null; } } + +require_once('filecache.php'); |