]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor
authorsarven <csarven@plantard.controlezvous.ca>
Sat, 17 Jan 2009 03:15:45 +0000 (03:15 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sat, 17 Jan 2009 03:15:45 +0000 (03:15 +0000)
lib/noticeform.php

index 84817639a79276d7486ed44c498e641a8303a87f..d6a3aa9c218bd9438e4d306a29d24a3e1e1e461e 100644 (file)
@@ -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');
     }
 
     /**