mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
fix typo
This commit is contained in:
parent
3472295f62
commit
2984f50304
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user