fixing: apps/files/ajax/scan.php

This commit is contained in:
Thomas Mueller 2012-08-29 01:39:21 +02:00
parent b64229a89e
commit d786194ddc
1 changed files with 1 additions and 1 deletions

2
lib/cache/file.php vendored
View File

@ -8,7 +8,7 @@
class OC_Cache_File{
protected $storage;
protected static $storage;
protected function getStorage() {
if (isset(self::$storage)) {
return self::$storage;