diff --git a/lib/private/FullTextSearch/FullTextSearchManager.php b/lib/private/FullTextSearch/FullTextSearchManager.php
index 6529ef2506a83240acce542cd0f55d16cb24289d..9a9b077cf23e6b58e71457bcc4d70b28326197ec 100644
--- a/lib/private/FullTextSearch/FullTextSearchManager.php
+++ b/lib/private/FullTextSearch/FullTextSearchManager.php
@@ -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);
 	}