summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/noticelist.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php
index 599fc5544..e05f845de 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');
}