aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/filesystem.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/files/filesystem.php')
-rw-r--r--lib/files/filesystem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/filesystem.php b/lib/files/filesystem.php
index 2b51131b20b..4031c0c5b80 100644
--- a/lib/files/filesystem.php
+++ b/lib/files/filesystem.php
@@ -548,7 +548,7 @@ class Filesystem {
}
static public function search($query) {
- return Cache\Cache::search($query);
+ return self::$defaultInstance->search($query);
}
/**