fixing: apps/files/ajax/scan.php

remotes/origin/stable45
Thomas Mueller 13 years ago
parent b64229a89e
commit d786194ddc
  1. 2
      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;

Loading…
Cancel
Save