Fix replyto parameter in newnotice

This commit is contained in:
Adrian Lang 2009-02-22 13:32:14 +01:00 committed by Evan Prodromou
parent fa82722e5a
commit 210647a56c
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class NewnoticeAction extends Action
}
}
$notice_form = new NoticeForm($this, $content);
$notice_form = new NoticeForm($this, '', $content);
$notice_form->show();
}