diff --git a/lib/cache/file.php b/lib/cache/file.php index fa62dd3b16..a51f0d68f8 100644 --- a/lib/cache/file.php +++ b/lib/cache/file.php @@ -8,7 +8,7 @@ class OC_Cache_File{ - protected $storage; + protected static $storage; protected function getStorage() { if (isset(self::$storage)) { return self::$storage;