From db2e681e87ad1d15bc0c8f8ef08e222da7ea97c1 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 1 Feb 2010 13:11:53 -0800 Subject: Bug 534057: Auto-completion no longer works in email_in.pl Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Flag.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Flag.pm') diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index 2fa4c8ded..d33b14d31 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -790,9 +790,9 @@ sub extract_flags_from_cgi { my ($class, $bug, $attachment, $vars, $skip) = @_; my $cgi = Bugzilla->cgi; - my $match_status = Bugzilla::User::match_field($cgi, { + my $match_status = Bugzilla::User::match_field({ '^requestee(_type)?-(\d+)$' => { 'type' => 'multi' }, - }, $skip); + }, undef, $skip); $vars->{'match_field'} = 'requestee'; if ($match_status == USER_MATCH_FAILED) { -- cgit v1.2.3-24-g4f1b