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.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/files/filesystem.php b/lib/files/filesystem.php
index b3c92f38558..96660a8ce30 100644
--- a/lib/files/filesystem.php
+++ b/lib/files/filesystem.php
@@ -551,6 +551,10 @@ class Filesystem {
return self::$defaultInstance->search($query);
}
+ static public function searchByMime($query) {
+ return self::$defaultInstance->searchByMime($query);
+ }
+
/**
* check if a file or folder has been updated since $time
*