summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index bcd9a7f90..982b067b2 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -42,7 +42,7 @@ use Bugzilla::Error;
sub CGI_pl_sillyness {
my $zz;
- $zz = %::dontchange;
+ $zz = $::buffer;
}
use CGI::Carp qw(fatalsToBrowser);