forked from GNUsocial/gnu-social
remove unused $notice param from NoticeListItem::show()
darcs-hash:20081211232811-84dde-658ffc41153b3ffcf7243baa0faa0c3b09a493f0.gz
This commit is contained in:
parent
724a11c250
commit
801af524e4
@ -64,7 +64,7 @@ class NoticeListItem {
|
|||||||
$this->profile = $notice->getProfile();
|
$this->profile = $notice->getProfile();
|
||||||
}
|
}
|
||||||
|
|
||||||
function show($notice) {
|
function show() {
|
||||||
$this->show_start();
|
$this->show_start();
|
||||||
$this->show_fave_form();
|
$this->show_fave_form();
|
||||||
$this->show_author();
|
$this->show_author();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user