aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-02-01 13:11:53 -0800
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-01 13:11:53 -0800
commitdb2e681e87ad1d15bc0c8f8ef08e222da7ea97c1 (patch)
tree860c86dcc050fdafc251468b645cf7a4d3a0325a /request.cgi
parentBug 543342: Release Notes for Bugzilla 3.4.5 (diff)
downloadbugzilla-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.gz
bugzilla-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.bz2
bugzilla-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.zip
Bug 534057: Auto-completion no longer works in email_in.pl
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'request.cgi')
-rwxr-xr-xrequest.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/request.cgi b/request.cgi
index 594ed1833..b54477cb1 100755
--- a/request.cgi
+++ b/request.cgi
@@ -63,7 +63,7 @@ unless (defined $cgi->param('requestee')
$fields->{'requestee'}->{'type'} = 'single';
}
-Bugzilla::User::match_field($cgi, $fields);
+Bugzilla::User::match_field($fields);
if ($action eq 'queue') {
queue();