summaryrefslogtreecommitdiffstats
path: root/show_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'show_bug.cgi')
-rwxr-xr-xshow_bug.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/show_bug.cgi b/show_bug.cgi
index 31619800b..0a99598b5 100755
--- a/show_bug.cgi
+++ b/show_bug.cgi
@@ -30,11 +30,13 @@ use Bugzilla::User;
require "globals.pl";
-use vars qw($template $vars $userid);
+use vars qw($userid);
use Bugzilla::Bug;
my $cgi = Bugzilla->cgi;
+my $template = Bugzilla->template;
+my $vars = {};
if ($cgi->param('GoAheadAndLogIn')) {
Bugzilla->login(LOGIN_REQUIRED);