diff options
-rw-r--r-- | lib/cache/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cache/file.php b/lib/cache/file.php index fa62dd3b162..a51f0d68f82 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; |