summaryrefslogtreecommitdiffstats
path: root/chart.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'chart.cgi')
-rwxr-xr-xchart.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart.cgi b/chart.cgi
index 566d0541f..2835bcaa2 100755
--- a/chart.cgi
+++ b/chart.cgi
@@ -52,10 +52,9 @@ use Bugzilla::Chart;
use Bugzilla::Series;
use Bugzilla::User;
-use vars qw($vars);
-
my $cgi = Bugzilla->cgi;
my $template = Bugzilla->template;
+my $vars = {};
# Go back to query.cgi if we are adding a boolean chart parameter.
if (grep(/^cmd-/, $cgi->param())) {