From: Adrian Lang Date: Sun, 22 Feb 2009 12:32:14 +0000 (+0100) Subject: Fix replyto parameter in newnotice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=210647a56c0ee917ec5bb7d4753ad2603d28d7c4;p=quix0rs-gnu-social.git Fix replyto parameter in newnotice --- diff --git a/actions/newnotice.php b/actions/newnotice.php index 9face96443..9f44d25165 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(); }