diff options
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 9f556cc0a..1e8ed8494 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -80,11 +80,11 @@ my $grouplist = $user->groups_as_string; my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; +my $template = Bugzilla->template; +my $vars = {}; my $requiremilestone = 0; -use vars qw($template $vars); - ###################################################################### # Begin Data/Security Validation ###################################################################### |