summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/field-descs.none.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/field-descs.none.tmpl')
-rw-r--r--template/en/default/global/field-descs.none.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl
index b5b8530b5..f7600dc0d 100644
--- a/template/en/default/global/field-descs.none.tmpl
+++ b/template/en/default/global/field-descs.none.tmpl
@@ -75,9 +75,9 @@
or your installation, just use a hook. %]
[% USE Bugzilla %]
-[% FOREACH field = Bugzilla.get_fields() %]
- [% SET field_descs.${field.name} = field.description
- IF !field_descs.${field.name}.defined %]
+[% FOREACH bz_field = Bugzilla.get_fields() %]
+ [% SET field_descs.${bz_field.name} = bz_field.description
+ IF !field_descs.${bz_field.name}.defined %]
[% END %]
[% status_descs = { "UNCONFIRMED" => "UNCONFIRMED",