]> 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:18:32 +0000 (19:18 +0000)
committerlpsolit%gmail.com <>
Tue, 22 Sep 2009 19:18:32 +0000 (19:18 +0000)
template/en/default/bug/process/midair.html.tmpl

index 6e0458f24b9f4b25596887bbe78eda34d67a1ab8..34031fcadb64c3540eacda9b8c5c4cc07c83cd6f 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>