summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/create/create.html.tmpl')
-rw-r--r--template/en/default/bug/create/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index 786fab551..eeb4539d2 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -769,7 +769,7 @@ TUI_hide_default('attachment_text_field');
[%# BMO - exclude the default security from from the groups_available %]
[%# list, as it will be added by the BMO extension %]
[% groups_available = [] %]
- [% FOREACH group (product.groups_available) %]
+ [% FOREACH group = product.groups_available %]
[% NEXT IF group.name == product.default_security_group %]
[% groups_available.push(group) %]
[% END %]