fixup function names for show_avatar() and show_nickname()

darcs-hash:20081211232921-84dde-9dba2a8d0fe3aa970f433973ef8c4ddf7c5e8928.gz
This commit is contained in:
Evan Prodromou 2008-12-11 18:29:21 -05:00
parent 801af524e4
commit b1838f14b6
1 changed files with 2 additions and 2 deletions

View File

@ -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');
}