diff options
author | Adrian Lang <mail@adrianlang.de> | 2009-02-22 13:32:14 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-27 15:41:47 -0800 |
commit | 210647a56c0ee917ec5bb7d4753ad2603d28d7c4 (patch) | |
tree | 80e54f976db8d86ae3a65b1d1d90a6a42cc55b60 /actions | |
parent | fa82722e5abd2e1cbf75050aea594f65a384d8d7 (diff) |
Fix replyto parameter in newnotice
Diffstat (limited to 'actions')
-rw-r--r-- | actions/newnotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 9face9644..9f44d2516 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -253,7 +253,7 @@ class NewnoticeAction extends Action } } - $notice_form = new NoticeForm($this, $content); + $notice_form = new NoticeForm($this, '', $content); $notice_form->show(); } |