summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-05-14 14:55:43 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-05-14 14:55:43 +0200
commitccda2ce4c39be8c833b9afff2ba28622c3e48dca (patch)
treeca4dcd0d9fbe732a927200365c50451bfaa07445 /template/en/default/global
parent4779266129ecc63c59b05e81954702090ac20c88 (diff)
downloadbugzilla-ccda2ce4c39be8c833b9afff2ba28622c3e48dca.tar.gz
bugzilla-ccda2ce4c39be8c833b9afff2ba28622c3e48dca.tar.xz
Bug 1162914: Editing a user field when confirmuniqueusermatch = true no longer works
r=dkl a=glob
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/confirm-user-match.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl
index a3534b72a..613f097e1 100644
--- a/template/en/default/global/confirm-user-match.html.tmpl
+++ b/template/en/default/global/confirm-user-match.html.tmpl
@@ -147,7 +147,7 @@
[% SET exclude_these = ['Bugzilla_login', 'Bugzilla_password'] %]
[% FOREACH key IN matches.keys %]
- [% exclude_these.push(key) IF cgi.param(key) == '' %]
+ [% exclude_these.push(key) IF Bugzilla.cgi.param(key) == '' %]
[% END %]
[% SET exclude = '^' _ exclude_these.join('|') _ '$' %]
[% PROCESS "global/hidden-fields.html.tmpl" exclude = exclude %]