Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/cache
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-08-29 03:39:21 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2012-08-29 03:39:42 +0400
commitd786194ddc0c2f14cccc8bf80ecc2d397b684825 (patch)
tree998a7cc3c7c423d966aebc92f730f0d82122b979 /lib/cache
parentb64229a89e638e761264a45ed79fe2bc6b2f9262 (diff)
fixing: apps/files/ajax/scan.php
Diffstat (limited to 'lib/cache')
-rw-r--r--lib/cache/file.php2
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;