summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-12-11 18:29:21 -0500
committerEvan Prodromou <evan@prodromou.name>2008-12-11 18:29:21 -0500
commitb1838f14b69bc24f30d8e7e66e01ae6b11d714e1 (patch)
tree53fec4e7f6f44649252cc507cc1a6fa1aac4ca88
parent801af524e42004eb4301482bcf8fb6f74e1f28ed (diff)
fixup function names for show_avatar() and show_nickname()
darcs-hash:20081211232921-84dde-9dba2a8d0fe3aa970f433973ef8c4ddf7c5e8928.gz
-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');
}