summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index ccdda3e2d..21b621acc 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -159,6 +159,7 @@ foreach my $field (@multi_selects) {
# instead of $cgi->param to ensure we get the correct value.
foreach my $field (keys %$user_match_fields) {
next if exists $bug_params{$field};
+ next unless $cgi->should_set($field);
$bug_params{$field} = Bugzilla->input_params->{$field} // [];
}