mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #610 from GOVTNZ/fix/ProfileLink-urlSegment
fix typo
This commit is contained in:
commit
b0257498ef
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user