Skip to content

Commit

Permalink
'true' in BlogObject->getLink() to get correct URL for categories als…
Browse files Browse the repository at this point in the history
…o if Blog is on /home
  • Loading branch information
lerni committed Jan 22, 2025
1 parent f168f1e commit dbd452d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/BlogObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function validate()
public function getLink()
{
return Controller::join_links(
$this->Blog()->Link(),
$this->Blog()->Link(true),
$this->getListUrlSegment(),
$this->URLSegment
);
Expand Down

0 comments on commit dbd452d

Please sign in to comment.