summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bug_form.pl1
-rwxr-xr-xpost_bug.cgi1
2 files changed, 2 insertions, 0 deletions
diff --git a/bug_form.pl b/bug_form.pl
index 8e5d251ae..139e2fcf4 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -32,6 +32,7 @@ sub bug_form_pl_sillyness {
my $zz;
$zz = %::FORM;
$zz = %::components;
+ $zz = %::proddesc;
$zz = %::prodmaxvotes;
$zz = %::versions;
$zz = @::legal_keywords;
diff --git a/post_bug.cgi b/post_bug.cgi
index e83690897..f1a3e6443 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -33,6 +33,7 @@ require "CGI.pl";
sub sillyness {
my $zz;
$zz = $::buffer;
+ $zz = $::usergroupset;
$zz = %::COOKIE;
$zz = %::components;
$zz = %::versions;