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
1 changed files with 1 additions and 1 deletions

View File

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