X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FProfile.php;h=e8470d96c5d209641434934ee5d5bdde15b4046f;hb=d1e609a886ad31b1478a9500b92f363014fc0d7c;hp=845e4d429d948e1bff6e51191f1dfa8e6fd375e9;hpb=f143925931a562d7c0e30bbec7bd4fdb2ceb704a;p=quix0rs-gnu-social.git diff --git a/classes/Profile.php b/classes/Profile.php index 845e4d429d..e8470d96c5 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -1431,6 +1431,8 @@ class Profile extends Managed_DataObject : $this->profileurl; } Event::handle('EndUserGroupHomeUrl', array($this->getGroup(), $url)); + } elseif ($this->isLocal()) { + $url = common_local_url('showstream', array('nickname' => $this->getNickname())); } else { $url = $this->profileurl; }