diff --git a/actions/newnotice.php b/actions/newnotice.php index d1e47fec5c..0432064a42 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -73,6 +73,10 @@ class NewnoticeAction extends FormAction $this->formOpts[$opt] = $this->trimmed($opt); } } + + if ($this->trimmed('content')) { + $this->formOpts['content'] = $this->trimmed('content'); + } } /**