]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing: apps/files/ajax/scan.php
authorThomas Mueller <thomas.mueller@tmit.eu>
Tue, 28 Aug 2012 23:39:21 +0000 (01:39 +0200)
committerThomas Mueller <thomas.mueller@tmit.eu>
Tue, 28 Aug 2012 23:39:42 +0000 (01:39 +0200)
lib/cache/file.php

index fa62dd3b16262140c486493cb6ffb1f543bb6831..a51f0d68f8259823a0455e36d44a3eb0fd629dc7 100644 (file)
@@ -8,7 +8,7 @@
 
 
 class OC_Cache_File{
-       protected $storage;
+       protected static $storage;
        protected function getStorage() {
                if (isset(self::$storage)) {
                        return self::$storage;