File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Catalog/Model/ResourceModel Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -583,8 +583,10 @@ public function getIsActiveAttributeId()
583
583
*/
584
584
public function findWhereAttributeIs ($ entityIdsFilter , $ attribute , $ expectedValue )
585
585
{
586
+ // @codingStandardsIgnoreStart
586
587
$ serializeData = $ this ->serializer ->serialize ($ entityIdsFilter );
587
588
$ entityIdsFilterHash = md5 ($ serializeData );
589
+ // @codingStandardsIgnoreEnd
588
590
589
591
if (!isset ($ this ->entitiesWhereAttributesIs [$ entityIdsFilterHash ][$ attribute ->getId ()][$ expectedValue ])) {
590
592
$ linkField = $ this ->getLinkField ();
@@ -767,7 +769,6 @@ public function getChildren($category, $recursive = true)
767
769
$ backendTable = $ this ->getTable ([$ this ->getEntityTablePrefix (), 'int ' ]);
768
770
$ connection = $ this ->getConnection ();
769
771
$ checkSql = $ connection ->getCheckSql ('c.value_id > 0 ' , 'c.value ' , 'd.value ' );
770
- $ linkField = $ this ->getLinkField ();
771
772
$ bind = [
772
773
'attribute_id ' => $ attributeId ,
773
774
'store_id ' => $ category ->getStoreId (),
You can’t perform that action at this time.
0 commit comments