From 7543ffa3b19afc2786e87bc176096172fe5825d9 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
Date: Thu, 10 Nov 2011 16:53:08 +0100
Subject: [PATCH] always load the filecache

---
 lib/filesystem.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/filesystem.php b/lib/filesystem.php
index bd68831a71..93f5242333 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -443,3 +443,5 @@ class OC_Filesystem{
 		return null;
 	}
 }
+
+require_once('filecache.php');
-- 
GitLab