]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
visual presentation of group's homepage href was its local stream url
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 18 May 2012 14:06:08 +0000 (16:06 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Aug 2013 11:04:44 +0000 (13:04 +0200)
plugins/Directory/lib/sortablegrouplist.php

index 709547ae0f4ee0c9629ed9e02b115d7c4df2e771..37642e9b9c19b58b5945b649d63c1361829865ff 100644 (file)
@@ -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');
         }
     }