diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-02-01 13:11:53 -0800 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-01 13:11:53 -0800 |
commit | db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1 (patch) | |
tree | 860c86dcc050fdafc251468b645cf7a4d3a0325a /request.cgi | |
parent | 2502c9ffb6687ab821ba09096f3f69ca17ebb42f (diff) | |
download | bugs-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar bugs-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.gz bugs-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.bz2 bugs-db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1.tar.xz bugs-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-x | request.cgi | 2 |
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(); |