]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove unused $notice param from NoticeListItem::show()
authorEvan Prodromou <evan@prodromou.name>
Thu, 11 Dec 2008 23:28:11 +0000 (18:28 -0500)
committerEvan Prodromou <evan@prodromou.name>
Thu, 11 Dec 2008 23:28:11 +0000 (18:28 -0500)
darcs-hash:20081211232811-84dde-658ffc41153b3ffcf7243baa0faa0c3b09a493f0.gz

lib/noticelist.php

index 2fb52e4270125d2704b4a635c8d2ece4c110c796..599fc554440f49dd180efb22b08fcfee77b20590 100644 (file)
@@ -64,7 +64,7 @@ class NoticeListItem {
                $this->profile = $notice->getProfile();
     }
 
-       function show($notice) {
+       function show() {
         $this->show_start();
         $this->show_fave_form();
         $this->show_author();