wrong method called
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
654365581b
commit
feeb62a496
|
@ -195,7 +195,7 @@ class FullTextSearchManager implements IFullTextSearchManager {
|
||||||
* @throws FullTextSearchAppNotAvailableException
|
* @throws FullTextSearchAppNotAvailableException
|
||||||
*/
|
*/
|
||||||
public function updateIndexesStatus(string $providerId, array $documentIds, int $status, bool $reset = false) {
|
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 New Issue