Add arg to NoticeForm constructor

This commit is contained in:
Evan Prodromou 2009-01-15 15:11:55 -05:00
parent 73c1390eb1
commit 21c396202e

View File

@ -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();
} }