Bug 68919 - Fix hidden-fields

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1251 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2011-04-21 11:40:02 +00:00
parent 842b98f0b3
commit f2d4016217
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
[%# The '.slice(0)' bit is here to force the 'param(field)' to be evaluated
in a list context, so we can avoid extra code checking for single valued or
empty fields %]
[% IF field == "data" && cgi.param("data") %]
[% IF cgi.upload(field) %]
<div class="box">
<p>
We were unable to store the file you uploaded because of incomplete information