From: Thomas Mueller Date: Tue, 28 Aug 2012 23:39:21 +0000 (+0200) Subject: fixing: apps/files/ajax/scan.php X-Git-Tag: v4.5.0beta1~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d786194ddc0c2f14cccc8bf80ecc2d397b684825;p=nextcloud-server.git fixing: apps/files/ajax/scan.php --- 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;