Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/SearchService.php')
-rw-r--r--lib/Service/SearchService.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Service/SearchService.php b/lib/Service/SearchService.php
index 3912139..5552b5c 100644
--- a/lib/Service/SearchService.php
+++ b/lib/Service/SearchService.php
@@ -123,7 +123,8 @@ class SearchService {
$request->cleanSearch();
$providers = $this->providerService->getFilteredProviders($request->getProviders());
- $platform = $this->platformService->getPlatform();
+ $wrapper = $this->platformService->getPlatform();
+ $platform = $wrapper->getPlatform();
$access = $this->getDocumentAccessFromUser($user);
$result = $this->searchFromProviders($platform, $providers, $access, $request);
@@ -202,4 +203,4 @@ class SearchService {
}
-} \ No newline at end of file
+}