Skip to content
Snippets Groups Projects
Commit d786194d authored by Thomas Müller's avatar Thomas Müller
Browse files

fixing: apps/files/ajax/scan.php

parent b64229a8
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
class OC_Cache_File{ class OC_Cache_File{
protected $storage; protected static $storage;
protected function getStorage() { protected function getStorage() {
if (isset(self::$storage)) { if (isset(self::$storage)) {
return self::$storage; return self::$storage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment