]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 282621 : error message in the apache log file when creating a new attachment
authortravis%sedsystems.ca <>
Sat, 19 Feb 2005 05:11:59 +0000 (05:11 +0000)
committertravis%sedsystems.ca <>
Sat, 19 Feb 2005 05:11:59 +0000 (05:11 +0000)
Patch by Frederic Buclin <LpSolit@gmail.com>  r=myk, a=myk

template/en/default/flag/list.html.tmpl

index f660b15cada774b5d54ca80b8d6a8cb869c8d73b..3d8161ff1af74ea3d7dbc8b183581032b49a3216 100644 (file)
 
   [%# Step 2: Display flag type again (if type is multiplicable). %]
   [% FOREACH type = flag_types %]
-    [% NEXT UNLESS type.flags.size > 0 && type.is_multiplicable && type.is_active %]
+    [% NEXT UNLESS type.flags && type.flags.size > 0 && type.is_multiplicable && type.is_active %]
     [% IF !separator_displayed %]
         <tr><td colspan="3"><hr></td></tr>
         [% separator_displayed = 1 %]