From 1ab7c9d7a1495c0f95e6e8ae12249a7ccb3c1465 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Sat, 19 Feb 2005 05:11:59 +0000 Subject: Bug 282621 : error message in the apache log file when creating a new attachment Patch by Frederic Buclin r=myk, a=myk --- template/en/default/flag/list.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/flag') diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index f660b15ca..3d8161ff1 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 %] -- cgit v1.2.3-24-g4f1b