Add arg to NoticeForm constructor
This commit is contained in:
parent
73c1390eb1
commit
21c396202e
@ -277,7 +277,7 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
|
|
||||||
function showNoticeForm()
|
function showNoticeForm()
|
||||||
{
|
{
|
||||||
$notice_form = new NoticeForm();
|
$notice_form = new NoticeForm($this);
|
||||||
$notice_form->show();
|
$notice_form->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user