Skip to content

Commit b5ff5c5

Browse files
MAGETWO-85104: Fixes #8009 #12548
- Merge Pull Request #12548 from ajpevers/magento2:patch-12 - Merged commits: 1. 91061af
2 parents bc7f7be + 91061af commit b5ff5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Model/Indexer/Stock/AbstractAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ protected function _reindexRows($productIds = [])
248248
}
249249
}
250250

251-
$this->cacheContext->registerEntities(Product::CACHE_TAG, $productIds);
251+
$this->cacheContext->registerEntities(Product::CACHE_TAG, $processIds);
252252
$this->eventManager->dispatch('clean_cache_by_tags', ['object' => $this->cacheContext]);
253253

254254
return $this;

0 commit comments

Comments
 (0)