summaryrefslogtreecommitdiffstats
path: root/editwhines.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editwhines.cgi')
-rwxr-xr-xeditwhines.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/editwhines.cgi b/editwhines.cgi
index 2b70acc13..49acb94ff 100755
--- a/editwhines.cgi
+++ b/editwhines.cgi
@@ -30,8 +30,6 @@ use strict;
use lib ".";
require "globals.pl";
-use vars qw( $vars );
-
use Bugzilla::Constants;
use Bugzilla::User;
use Bugzilla::Group;
@@ -44,6 +42,7 @@ my $user = Bugzilla->login(LOGIN_REQUIRED);
my $cgi = Bugzilla->cgi;
my $template = Bugzilla->template;
+my $vars = {};
my $dbh = Bugzilla->dbh;
my $userid = $user->id;