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()
|
function showContent()
|
||||||
{
|
{
|
||||||
$nl = new NoticeList($this->notice, $this->user, $this);
|
$nl = new NoticeList($this->notice, $this);
|
||||||
|
|
||||||
$cnt = $nl->show();
|
$cnt = $nl->show();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user