diff options
Diffstat (limited to 'editmilestones.cgi')
-rwxr-xr-x | editmilestones.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editmilestones.cgi b/editmilestones.cgi index 3ca7ea998..95babd737 100755 --- a/editmilestones.cgi +++ b/editmilestones.cgi @@ -27,10 +27,10 @@ use Bugzilla::Product; use Bugzilla::Milestone; use Bugzilla::Bug; -use vars qw($template $vars); - my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; +my $template = Bugzilla->template; +my $vars = {}; # # Preliminary checks: |