summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 5a98cc653..bc8a0afc5 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -492,7 +492,7 @@ $vars->{'mailrecipients'} = { 'cc' => \@cc,
'changer' => Bugzilla->user->login };
if (defined $::FORM{'qa_contact'}) {
- $vars->{'mailrecipients'}->{'qa'} = DBID_to_name($::FORM{'qa_contact'});
+ $vars->{'mailrecipients'}->{'qacontact'} = DBID_to_name($::FORM{'qa_contact'});
}
$vars->{'id'} = $id;