Browse Source

Update comment search to initFS

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v21.0.0beta1
Roeland Jago Douma 3 years ago
parent
commit
d1c53981eb
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lib/private/Search/Provider/File.php

+ 1
- 0
lib/private/Search/Provider/File.php View File

@@ -44,6 +44,7 @@ class File extends \OCP\Search\Provider {
* @deprecated 20.0.0
*/
public function search($query) {
\OC_Util::setupFS();
$files = Filesystem::search($query);
$results = [];
// edit results

Loading…
Cancel
Save