forked from GNUsocial/gnu-social
had wrong number of arguments to NoticeList in notice inbox
This commit is contained in:
parent
dd098fee77
commit
79443d1ee2
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user