From: Evan Prodromou Date: Thu, 11 Dec 2008 23:29:21 +0000 (-0500) Subject: fixup function names for show_avatar() and show_nickname() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b1838f14b69bc24f30d8e7e66e01ae6b11d714e1;p=quix0rs-gnu-social.git fixup function names for show_avatar() and show_nickname() darcs-hash:20081211232921-84dde-9dba2a8d0fe3aa970f433973ef8c4ddf7c5e8928.gz --- 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'); }