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 9ae5f9c commit b615f47Copy full SHA for b615f47
app/code/Magento/Catalog/Model/Indexer/Product/Price/AbstractAction.php
@@ -180,7 +180,7 @@ protected function _syncData(array $processIds = [])
180
foreach ($this->dimensionCollectionFactory->create() as $dimensions) {
181
$insertSelect = $this->getConnection()->select()->from(
182
['ip_tmp' => $this->_defaultIndexerResource->getIdxTable()],
183
- array_keys($this->getConnection()->describeTable(this->tableMaintainer->getMainTableByDimensions($dimensions)))
+ array_keys($this->getConnection()->describeTable($this->tableMaintainer->getMainTableByDimensions($dimensions)))
184
);
185
186
foreach ($dimensions as $dimension) {
0 commit comments