fixing: apps/files/ajax/scan.php
This commit is contained in:
parent
b64229a89e
commit
d786194ddc
1 changed files with 1 additions and 1 deletions
2
lib/cache/file.php
vendored
2
lib/cache/file.php
vendored
|
@ -8,7 +8,7 @@
|
|||
|
||||
|
||||
class OC_Cache_File{
|
||||
protected $storage;
|
||||
protected static $storage;
|
||||
protected function getStorage() {
|
||||
if (isset(self::$storage)) {
|
||||
return self::$storage;
|
||||
|
|
Loading…
Reference in a new issue