We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3be65 commit 41e0136Copy full SHA for 41e0136
Block/Blog/AbstractCategories.php
@@ -96,7 +96,7 @@ public function getItems()
96
97
foreach ($collection as $collectionItem) {
98
$item = new DataObject([
99
- 'url' => $collectionItem->getUrl(),
+ 'url' => $collectionItem->getCategoryUrl(),
100
'name' => $collectionItem->getTitle(),
101
'level' => $collectionItem->getLevel(),
102
'object' => $collectionItem
0 commit comments