forked from GNUsocial/gnu-social
visual presentation of group's homepage href was its local stream url
This commit is contained in:
parent
bd60ab2e05
commit
f11d157b8b
@ -144,7 +144,7 @@ class SortableGroupListItem extends SortableSubscriptionListItem
|
|||||||
$this->out->text(' ');
|
$this->out->text(' ');
|
||||||
$aAttrs = $this->homepageAttributes();
|
$aAttrs = $this->homepageAttributes();
|
||||||
$this->out->elementStart('a', $aAttrs);
|
$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');
|
$this->out->elementEnd('a');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user