summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpost_bug.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index f66d13ee9..5980f714b 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -287,8 +287,8 @@ if (@cc) {
push (@ARGLIST, "-forceowner", DBID_to_name($::FORM{assigned_to}));
-if (defined $::FORM{qacontact}) {
- push (@ARGLIST, "-forceqacontact", DBID_to_name($::FORM{qacontact}));
+if (defined $::FORM{'qa_contact'}) {
+ push (@ARGLIST, "-forceqacontact", DBID_to_name($::FORM{'qa_contact'}));
}
push (@ARGLIST, "-forcereporter", DBID_to_name($::userid));