summaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-09-22 21:18:32 +0200
committerlpsolit%gmail.com <>2009-09-22 21:18:32 +0200
commit9d90201cb887382a67b769958211b736f88e08b2 (patch)
tree7c4eb7e8e1e3c1eba6aa85f85d2c2c910c1da7a9 /template/en
parent30ff561829f9553a967b6477b93587a53ec79e7b (diff)
downloadbugzilla-9d90201cb887382a67b769958211b736f88e08b2.tar.gz
bugzilla-9d90201cb887382a67b769958211b736f88e08b2.tar.xz
Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r--template/en/default/bug/process/midair.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl
index 6e0458f24..34031fcad 100644
--- a/template/en/default/bug/process/midair.html.tmpl
+++ b/template/en/default/bug/process/midair.html.tmpl
@@ -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>