Fix replyto parameter in newnotice
This commit is contained in:
parent
fa82722e5a
commit
210647a56c
|
@ -253,7 +253,7 @@ class NewnoticeAction extends Action
|
|||
}
|
||||
}
|
||||
|
||||
$notice_form = new NoticeForm($this, $content);
|
||||
$notice_form = new NoticeForm($this, '', $content);
|
||||
$notice_form->show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user