From: Michael Gapczynski Date: Wed, 29 Aug 2012 18:42:40 +0000 (-0400) Subject: $storage shouldn't be static in OC_Cache_File X-Git-Tag: v4.5.0beta2~52 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=301baf0215cfa3046389b3369f3d43422ff80043;p=nextcloud-server.git $storage shouldn't be static in OC_Cache_File --- diff --git a/lib/cache/file.php b/lib/cache/file.php index ed5212bc3d7..b9073dee09a 100644 --- a/lib/cache/file.php +++ b/lib/cache/file.php @@ -8,7 +8,7 @@ class OC_Cache_File{ - protected static $storage; + protected $storage; protected function getStorage() { if (isset($this->storage)) { return $this->storage;