fix typo in showstream
This commit is contained in:
parent
146d6b8b73
commit
c0669969f2
@ -317,7 +317,7 @@ class ProfileNoticeListItem extends DoFollowListItem
|
|||||||
'class' => 'url');
|
'class' => 'url');
|
||||||
|
|
||||||
if (!empty($this->profile->fullname)) {
|
if (!empty($this->profile->fullname)) {
|
||||||
$attrs['title'] = $this->getFancyName();
|
$attrs['title'] = $this->profile->getFancyName();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->out->elementStart('span', 'repeat');
|
$this->out->elementStart('span', 'repeat');
|
||||||
|
Loading…
Reference in New Issue
Block a user