Skip to content

Commit 4a22091

Browse files
committed
Explicitly define type for in condition
1 parent 27e1c6e commit 4a22091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ protected function createAnchorSelect(Store $store)
503503
)->joinInner(
504504
['cc2' => $temporaryTreeTable],
505505
$this->connection->quoteInto(
506-
'cc2.parent_id = cc.entity_id AND cc.entity_id NOT IN ()',
506+
'cc2.parent_id = cc.entity_id AND cc.entity_id NOT IN (?)',
507507
$rootCatIds,
508508
\Zend_Db::BIGINT_TYPE
509509
),

0 commit comments

Comments
 (0)