Add arg to NoticeForm constructor

This commit is contained in:
Evan Prodromou 2009-01-15 15:11:55 -05:00
parent 73c1390eb1
commit 21c396202e
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class Action extends HTMLOutputter // lawsuit
function showNoticeForm()
{
$notice_form = new NoticeForm();
$notice_form = new NoticeForm($this);
$notice_form->show();
}