diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 19:24:07 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 19:24:07 +0000 |
commit | 4a2aebe5cfab4a4b0388f98b296eac66be6e3396 (patch) | |
tree | 4876c62f61c241bdd5027c4b60eb88c06facbeb2 | |
parent | c6d22e4cea3c875fd5ea1e10483fc28060887b4b (diff) |
Minor: Including formData()'s inreplyto in action check
-rw-r--r-- | lib/noticeform.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 9bc5e0d6a..84817639a 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'); - } /** |