This commit is contained in:
Shafquat Kabir 2020-05-01 01:03:33 +00:00
parent 3472295f62
commit 2984f50304
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ class Blog extends Page implements PermissionProvider
*/ */
public function ProfileLink($urlSegment) public function ProfileLink($urlSegment)
{ {
return Controller::join_links($this->Link('Profile'), $urlSegment); return Controller::join_links($this->Link('profile'), $urlSegment);
} }
/** /**