summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2009-02-22 13:32:14 +0100
committerEvan Prodromou <evan@controlyourself.ca>2009-02-27 15:41:47 -0800
commit210647a56c0ee917ec5bb7d4753ad2603d28d7c4 (patch)
tree80e54f976db8d86ae3a65b1d1d90a6a42cc55b60 /actions/newnotice.php
parentfa82722e5abd2e1cbf75050aea594f65a384d8d7 (diff)
Fix replyto parameter in newnotice
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r--actions/newnotice.php2
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();
}