had wrong number of arguments to NoticeList in notice inbox

This commit is contained in:
Evan Prodromou 2009-12-10 14:36:14 -05:00
parent dd098fee77
commit 79443d1ee2

View File

@ -144,7 +144,7 @@ class AllAction extends ProfileAction
function showContent() function showContent()
{ {
$nl = new NoticeList($this->notice, $this->user, $this); $nl = new NoticeList($this->notice, $this);
$cnt = $nl->show(); $cnt = $nl->show();