$storage shouldn't be static in OC_Cache_File

remotes/origin/stable45
Michael Gapczynski 14 years ago
parent 8d490b9880
commit 301baf0215
  1. 2
      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;

Loading…
Cancel
Save