From: travis%sedsystems.ca <> Date: Sat, 19 Feb 2005 05:11:59 +0000 (+0000) Subject: Bug 282621 : error message in the apache log file when creating a new attachment X-Git-Tag: bugzilla-2.19.3~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ab7c9d7a1495c0f95e6e8ae12249a7ccb3c1465;p=thirdparty%2Fbugzilla.git Bug 282621 : error message in the apache log file when creating a new attachment Patch by Frederic Buclin r=myk, a=myk --- diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index f660b15cad..3d8161ff1a 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -166,7 +166,7 @@ [%# 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 %]
[% separator_displayed = 1 %]