Skip to content

Commit bfbf604

Browse files
author
wb
committed
remove duplicate method call (#9017)
1 parent 7b47dc6 commit bfbf604

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Category.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,6 @@ public function getChildren($category, $recursive = true)
768768
$backendTable = $this->getTable([$this->getEntityTablePrefix(), 'int']);
769769
$connection = $this->getConnection();
770770
$checkSql = $connection->getCheckSql('c.value_id > 0', 'c.value', 'd.value');
771-
$linkField = $this->getLinkField();
772771
$bind = [
773772
'attribute_id' => $attributeId,
774773
'store_id' => $category->getStoreId(),

0 commit comments

Comments
 (0)