Skip to content

Commit a61e363

Browse files
committed
MAGETWO-74021: "Catalog Products List" widget does not displays on frontend
1 parent fa51af4 commit a61e363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Rule/Model/Condition/Sql/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ protected function _joinTablesToCollection(
127127
*
128128
* @param AbstractCondition $condition
129129
* @param string $value
130-
* @param bool $isDefaultStoreUsed
130+
* @param bool $isDefaultStoreUsed no longer used because caused an issue about not existing table alias
131131
* @return string
132132
* @throws \Magento\Framework\Exception\LocalizedException
133133
* @SuppressWarnings(PHPMD.UnusedFormalParameter)

0 commit comments

Comments
 (0)