We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6d667 commit e8d08afCopy full SHA for e8d08af
app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Full.php
@@ -416,7 +416,7 @@ private function moveDataFromReplicaTableToReplicaTables(array $dimensions)
416
return ;
417
}
418
$select = $this->dimensionTableMaintainer->getConnection()->select()->from(
419
- $mainReplicaTable = $this->dimensionTableMaintainer->getMainReplicaTable([])
+ $this->dimensionTableMaintainer->getMainReplicaTable([])
420
);
421
422
$check = clone $select;
0 commit comments