diff options
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index 749acb492..e8f9acc01 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -85,7 +85,7 @@ if ($token) { } # do a match on the fields if applicable -Bugzilla::User::match_field ($cgi, { +Bugzilla::User::match_field ({ 'cc' => { 'type' => 'multi' }, 'assigned_to' => { 'type' => 'single' }, 'qa_contact' => { 'type' => 'single' }, |