From: Mikael Nordfeldth Date: Fri, 18 May 2012 14:06:08 +0000 (+0200) Subject: visual presentation of group's homepage href was its local stream url X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f11d157b8b6e5636926f3621741e1fd955eb6583;p=quix0rs-gnu-social.git visual presentation of group's homepage href was its local stream url --- diff --git a/plugins/Directory/lib/sortablegrouplist.php b/plugins/Directory/lib/sortablegrouplist.php index 709547ae0f..37642e9b9c 100644 --- a/plugins/Directory/lib/sortablegrouplist.php +++ b/plugins/Directory/lib/sortablegrouplist.php @@ -144,7 +144,7 @@ class SortableGroupListItem extends SortableSubscriptionListItem $this->out->text(' '); $aAttrs = $this->homepageAttributes(); $this->out->elementStart('a', $aAttrs); - $this->out->raw($this->highlight($this->profile->homeUrl())); + $this->out->raw($this->highlight($this->profile->homepage)); $this->out->elementEnd('a'); } }