Skip to content

Commit ed25e46

Browse files
committed
Fix wrong method (again)
1 parent 7b84f3c commit ed25e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/Model/Resource/Engine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function rebuildProducts()
140140
}
141141
else
142142
{
143-
$this->addToQueue('algoliasearch/observer', 'deleteProductsStoresIndices', array('store_id' => $store->getId()), $this->config->getQueueMaxRetries());
143+
$this->addToQueue('algoliasearch/observer', 'deleteProductsStoreIndices', array('store_id' => $store->getId()), $this->config->getQueueMaxRetries());
144144
}
145145
}
146146
}

0 commit comments

Comments
 (0)