From 4a2aebe5cfab4a4b0388f98b296eac66be6e3396 Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 19:24:07 +0000 Subject: [PATCH] Minor: Including formData()'s inreplyto in action check --- lib/noticeform.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/noticeform.php b/lib/noticeform.php index 9bc5e0d6a3..84817639a7 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -144,10 +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'); - } /**