From: sarven <csarven@plantard.controlezvous.ca>
Date: Sat, 17 Jan 2009 03:15:45 +0000 (+0000)
Subject: Minor
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a10287bc3e2ee2b2529bd95ce73d22e8c237e22;p=quix0rs-gnu-social.git

Minor
---

diff --git a/lib/noticeform.php b/lib/noticeform.php
index 84817639a7..d6a3aa9c21 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');
     }
 
     /**