diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-08-29 01:39:21 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-08-29 01:39:42 +0200 |
commit | d786194ddc0c2f14cccc8bf80ecc2d397b684825 (patch) | |
tree | 998a7cc3c7c423d966aebc92f730f0d82122b979 /lib/cache | |
parent | b64229a89e638e761264a45ed79fe2bc6b2f9262 (diff) | |
download | nextcloud-server-d786194ddc0c2f14cccc8bf80ecc2d397b684825.tar.gz nextcloud-server-d786194ddc0c2f14cccc8bf80ecc2d397b684825.zip |
fixing: apps/files/ajax/scan.php
Diffstat (limited to 'lib/cache')
-rw-r--r-- | lib/cache/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cache/file.php b/lib/cache/file.php index fa62dd3b162..a51f0d68f82 100644 --- a/lib/cache/file.php +++ b/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; |