summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 0965728b7..c1af2a5d0 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -48,12 +48,12 @@ sub sillyness {
$zz = %::target_milestone;
}
-# Use global template variables.
-use vars qw($vars $template);
-
my $user = Bugzilla->login(LOGIN_REQUIRED);
+
my $cgi = Bugzilla->cgi;
my $dbh = Bugzilla->dbh;
+my $template = Bugzilla->template;
+my $vars = {};
# do a match on the fields if applicable