Skip to content
Snippets Groups Projects
Commit 301baf02 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

$storage shouldn't be static in OC_Cache_File

parent 8d490b98
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
class OC_Cache_File{
protected static $storage;
protected $storage;
protected function getStorage() {
if (isset($this->storage)) {
return $this->storage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment