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
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-08-27 15:22:43 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-08-27 15:22:43 +0300
commitae9c89285b0c1bd48682479d298e7df11668ff69 (patch)
treeb9901aa4daba1b7a00ffb19e7817047ad1c0802c /lib
parent6bb6aa0655c9363c9cd1d6731294595ab5d8ada7 (diff)
-last info
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/IndexService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/IndexService.php b/lib/Service/IndexService.php
index 6428084..467bb84 100644
--- a/lib/Service/IndexService.php
+++ b/lib/Service/IndexService.php
@@ -308,7 +308,6 @@ class IndexService {
$index = $this->indexDocument($platform, $provider, $document);
$this->updateIndex($index);
- $this->duplicateInfoAsLast();
$document->__destruct();
unset($document);