]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor: Including formData()'s inreplyto in action check
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 19:24:07 +0000 (19:24 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 19:24:07 +0000 (19:24 +0000)
lib/noticeform.php

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