had wrong number of arguments to NoticeList in notice inbox
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user