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 61cc5fc commit e7d4300Copy full SHA for e7d4300
app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Full.php
@@ -116,7 +116,7 @@ protected function getSelectUnnecessaryData()
116
$this->getMainTable(),
117
[]
118
)->joinLeft(
119
- ['t' => $this->getMainTmpTable()],
+ ['t' => $this->getMainTable()],
120
$this->getMainTable() .
121
'.category_id = t.category_id AND ' .
122
0 commit comments