From b1838f14b69bc24f30d8e7e66e01ae6b11d714e1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 11 Dec 2008 18:29:21 -0500 Subject: [PATCH] fixup function names for show_avatar() and show_nickname() darcs-hash:20081211232921-84dde-9dba2a8d0fe3aa970f433973ef8c4ddf7c5e8928.gz --- lib/noticelist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); }