diff --git a/src/Model/BlogObject.php b/src/Model/BlogObject.php index c24e1556..a0f176b2 100644 --- a/src/Model/BlogObject.php +++ b/src/Model/BlogObject.php @@ -82,11 +82,10 @@ public function validate() */ public function getLink() { - return Controller::join_links( - $this->Blog()->Link(), + return $this->Blog()->Link(Controller::join_links( $this->getListUrlSegment(), $this->URLSegment - ); + )); } /**