summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/noticeform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php
index 84817639a..d6a3aa9c2 100644
--- a/lib/noticeform.php
+++ b/lib/noticeform.php
@@ -144,8 +144,8 @@ class NoticeForm extends Form
if ($this->action) {
$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');
}
/**