summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-06-27 11:31:54 +0200
committerjustdave%syndicomm.com <>2001-06-27 11:31:54 +0200
commit3fa1d7e89daaeb43b0827a8474fd0aca44e86042 (patch)
tree61d90eeb810b26acb1ba4cf9abf261b8c3d93a20 /post_bug.cgi
parent218999dc8b24961eb2f1e892d9eddb96d70a405f (diff)
downloadbugzilla-3fa1d7e89daaeb43b0827a8474fd0aca44e86042.tar.gz
bugzilla-3fa1d7e89daaeb43b0827a8474fd0aca44e86042.tar.xz
Fixing "used only once" errors flagged by tinderbox on the last checkin.
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 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;