mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
wrong method called
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
654365581b
commit
feeb62a496
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue