diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 03:15:45 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 03:15:45 +0000 |
commit | 5a10287bc3e2ee2b2529bd95ce73d22e8c237e22 (patch) | |
tree | c47be6dbaa3a24c4e25c36867c5527c969e18c12 /lib | |
parent | 1df4a3831358753c59b996305a54bd2366450079 (diff) |
Minor
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticeform.php | 2 |
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'); } /** |