Merge pull request #610 from GOVTNZ/fix/ProfileLink-urlSegment

fix typo
This commit is contained in:
Robbie Averill 2020-05-04 16:51:57 -07:00 committed by GitHub
commit b0257498ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
{
return Controller::join_links($this->Link('Profile'), $urlSegment);
return Controller::join_links($this->Link('profile'), $urlSegment);
}
/**