]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch by FrÃ...
authorlpsolit%gmail.com <>
Tue, 22 Sep 2009 19:20:12 +0000 (19:20 +0000)
committerlpsolit%gmail.com <>
Tue, 22 Sep 2009 19:20:12 +0000 (19:20 +0000)
template/en/default/bug/process/midair.html.tmpl

index ed3be74d3b1e287dfc613cd32b87542155ef394e..91cb858c7f6c6e36543bd38b875f3856aafae5a3 100644 (file)
@@ -95,6 +95,7 @@ You have the following choices:
         <input type="hidden" name="delta_ts" value="[% bug.delta_ts FILTER html %]">
         <input type="hidden" name="comment" value="[% cgi.param("comment") FILTER html %]">
         <input type="hidden" name="commentprivacy" value="[% cgi.param("commentprivacy") FILTER html %]">
+        <input type="hidden" name="token" value="[% cgi.param("token") FILTER html %]">
         <input type="submit" id="process_comment" value="Submit only my new comment">
       </form>
     </li>