Skip to content

Commit 41e0136

Browse files
authored
Fix 404 to the blog category pages
1 parent fc3be65 commit 41e0136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Blog/AbstractCategories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function getItems()
9696

9797
foreach ($collection as $collectionItem) {
9898
$item = new DataObject([
99-
'url' => $collectionItem->getUrl(),
99+
'url' => $collectionItem->getCategoryUrl(),
100100
'name' => $collectionItem->getTitle(),
101101
'level' => $collectionItem->getLevel(),
102102
'object' => $collectionItem

0 commit comments

Comments
 (0)