Skip to content

Commit c5bc9cd

Browse files
committed
Merge remote-tracking branch 'epam/MAGETWO-95445' into BugFixPR
2 parents f344287 + 958fb95 commit c5bc9cd

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Category/Flat/Action

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Flat/Action/Full.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ private function getActualStoreTablesForCategoryFlat(): array
183183
foreach ($this->storeManager->getStores() as $store) {
184184
$actualStoreTables[] = sprintf(
185185
'%s_store_%s',
186-
$this->connection->getTableName('catalog_category_flat'), $store->getId()
186+
$this->connection->getTableName('catalog_category_flat'),
187+
$store->getId()
187188
);
188189
}
189190

0 commit comments

Comments
 (0)