Skip to content
Snippets Groups Projects
Unverified Commit feeb62a4 authored by Maxence Lange's avatar Maxence Lange Committed by Roeland Jago Douma
Browse files

wrong method called

parent 65436558
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment