Skip to content

Commit a2b5e82

Browse files
committed
MAGETWO-66959: remove duplicate method call (#9017) #9057
- Merge Pull Request #9057 from will-b/magento2:develop
2 parents bf5fb25 + bfbf604 commit a2b5e82

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)