diff options
-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'); |