summaryrefslogtreecommitdiffstats
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.cgi b/index.cgi
index 694292fc7..f3e8ccd17 100755
--- a/index.cgi
+++ b/index.cgi
@@ -32,8 +32,6 @@ use strict;
use lib ".";
require "globals.pl";
-use vars qw($vars);
-
# Check whether or not the user is logged in and, if so, set the $::userid
use Bugzilla::Constants;
Bugzilla->login(LOGIN_OPTIONAL);
@@ -55,5 +53,5 @@ my $template = Bugzilla->template;
print $cgi->header();
# Generate and return the UI (HTML page) from the appropriate template.
-$template->process("index.html.tmpl", $vars)
+$template->process("index.html.tmpl")
|| ThrowTemplateError($template->error());