]> source.dussan.org Git - nextcloud-server.git/commitdiff
wrong method called
authorMaxence Lange <maxence@artificial-owl.com>
Wed, 31 Oct 2018 14:44:57 +0000 (15:44 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 31 Oct 2018 18:43:18 +0000 (19:43 +0100)
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
lib/private/FullTextSearch/FullTextSearchManager.php

index 6529ef2506a83240acce542cd0f55d16cb24289d..9a9b077cf23e6b58e71457bcc4d70b28326197ec 100644 (file)
@@ -195,7 +195,7 @@ class FullTextSearchManager implements IFullTextSearchManager {
         * @throws FullTextSearchAppNotAvailableException
         */
        public function updateIndexesStatus(string $providerId, array $documentIds, int $status, bool $reset = false) {
-               $this->getIndexService()->updateIndexStatus($providerId, $documentIds, $status, $reset);
+               $this->getIndexService()->updateIndexesStatus($providerId, $documentIds, $status, $reset);
        }