Skip to content

Commit 05f514e

Browse files
authored
Fix #12
1 parent 978dc5b commit 05f514e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Categories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function getCategories()
138138
$sortAttribute = $this->getSortAttribute();
139139
$categories = $this->categoryFactory->create()->getCollection()
140140
->addAttributeToSelect(['name', 'url_key', 'url_path', 'image','description'])
141-
// ->addAttributeToFilter('parent_id', $categoryId)
141+
->addAttributeToFilter('parent_id', $categoryId)
142142
->addIsActiveFilter();
143143

144144
if($sortAttribute == "position") {

0 commit comments

Comments
 (0)