Removed unused variable assignment for avatar URL and added missing fn
This commit is contained in:
parent
7347381183
commit
dcce323d18
@ -555,11 +555,8 @@ class NoticeListItem extends Widget
|
|||||||
|
|
||||||
$this->out->raw(_('Repeated by'));
|
$this->out->raw(_('Repeated by'));
|
||||||
|
|
||||||
$avatar = $repeater->getAvatar(AVATAR_MINI_SIZE);
|
|
||||||
|
|
||||||
$this->out->elementStart('a', $attrs);
|
$this->out->elementStart('a', $attrs);
|
||||||
|
$this->out->element('span', 'fn nickname', $repeater->nickname);
|
||||||
$this->out->element('span', 'nickname', $repeater->nickname);
|
|
||||||
$this->out->elementEnd('a');
|
$this->out->elementEnd('a');
|
||||||
|
|
||||||
$this->out->elementEnd('span');
|
$this->out->elementEnd('span');
|
||||||
|
Loading…
Reference in New Issue
Block a user