From d786194ddc0c2f14cccc8bf80ecc2d397b684825 Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Wed, 29 Aug 2012 01:39:21 +0200 Subject: [PATCH] fixing: apps/files/ajax/scan.php --- lib/cache/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;