diff --git a/lib/noticelist.php b/lib/noticelist.php index 599fc55444..e05f845de2 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -98,8 +98,8 @@ class NoticeListItem { function show_author() { common_element_start('span', 'vcard author'); - $this->avatar(); - $this->nickname(); + $this->show_avatar(); + $this->show_nickname(); common_element_end('span'); }