Skip to content

Commit b9fd820

Browse files
committed
[TASK] - reverted change
1 parent e8cf253 commit b9fd820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Product/AbstractAction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,13 @@ private function addFilteringByChildProductsToSelect(Select $select, Store $stor
402402
[]
403403
)->joinLeft(
404404
['child_cpsd' => $this->getTable('catalog_product_entity_int')],
405-
'child_cpsd.' . $linkField . ' = ' . 'relation_product_entity.' . $linkField
405+
'child_cpsd.' . $linkField . ' = '. 'relation_product_entity.' . $linkField
406406
. ' AND child_cpsd.store_id = 0'
407407
. ' AND child_cpsd.attribute_id = ' . $statusAttributeId,
408408
[]
409409
)->joinLeft(
410410
['child_cpss' => $this->getTable('catalog_product_entity_int')],
411-
'child_cpss.' . $linkField . ' = ' . 'relation_product_entity.' . $linkField . ''
411+
'child_cpss.' . $linkField . ' = '. 'relation_product_entity.' . $linkField . ''
412412
. ' AND child_cpss.attribute_id = child_cpsd.attribute_id'
413413
. ' AND child_cpss.store_id = ' . $store->getId(),
414414
[]

0 commit comments

Comments
 (0)