always load the filecache

This commit is contained in:
Robin Appelman 2011-11-10 16:53:08 +01:00
parent 524e3686a0
commit 7543ffa3b1
1 changed files with 2 additions and 0 deletions

View File

@ -443,3 +443,5 @@ class OC_Filesystem{
return null;
}
}
require_once('filecache.php');