This commit is contained in:
sarven 2009-01-17 03:15:45 +00:00
parent 1df4a38313
commit 5a10287bc3

View File

@ -144,8 +144,8 @@ class NoticeForm extends Form
if ($this->action) { if ($this->action) {
$this->out->hidden('notice_return-to', $this->action, 'returnto'); $this->out->hidden('notice_return-to', $this->action, 'returnto');
$this->out->hidden('notice_in-reply-to', $this->action, 'inreplyto');
} }
$this->out->hidden('notice_in-reply-to', $this->action, 'inreplyto');
} }
/** /**