]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixup function names for show_avatar() and show_nickname()
authorEvan Prodromou <evan@prodromou.name>
Thu, 11 Dec 2008 23:29:21 +0000 (18:29 -0500)
committerEvan Prodromou <evan@prodromou.name>
Thu, 11 Dec 2008 23:29:21 +0000 (18:29 -0500)
darcs-hash:20081211232921-84dde-9dba2a8d0fe3aa970f433973ef8c4ddf7c5e8928.gz

lib/noticelist.php

index 599fc554440f49dd180efb22b08fcfee77b20590..e05f845de282a512b84ac2feeb16c2d61f6ec388 100644 (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');
     }