diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 15:11:55 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 15:11:55 -0500 |
commit | 21c396202eaff538abb2f032c2a8686d880b89f9 (patch) | |
tree | bae4560697d378770a50a9b9dc6ddd00fc33cd15 /lib/action.php | |
parent | 73c1390eb1b14e829b33e60bd370622fce32bec0 (diff) |
Add arg to NoticeForm constructor
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php index dd48cbc87..4f0b0def1 100644 --- a/lib/action.php +++ b/lib/action.php @@ -277,7 +277,7 @@ class Action extends HTMLOutputter // lawsuit function showNoticeForm() { - $notice_form = new NoticeForm(); + $notice_form = new NoticeForm($this); $notice_form->show(); } |