visual presentation of group's homepage href was its local stream url

This commit is contained in:
Mikael Nordfeldth 2012-05-18 16:06:08 +02:00
parent bd60ab2e05
commit f11d157b8b
1 changed files with 1 additions and 1 deletions

View 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');
}
}