diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-03 22:54:21 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-10 21:54:38 +0100 |
commit | 44c80b15fab8390b13ec32e45bb03145a8769654 (patch) | |
tree | 97e09130f6d09bfa8dacd8de9edcead8d3b854b3 /token.cgi | |
parent | 2a788b15b7163a50bab03fcd9142f98bf62be61f (diff) | |
download | bugzilla-44c80b15fab8390b13ec32e45bb03145a8769654.tar.gz bugzilla-44c80b15fab8390b13ec32e45bb03145a8769654.tar.xz |
remove warnings
Diffstat (limited to 'token.cgi')
-rwxr-xr-x | token.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ use Date::Format; use Date::Parse; use JSON qw( decode_json ); -my $dbh = Bugzilla->dbh; +local our $dbh = Bugzilla->dbh; local our $cgi = Bugzilla->cgi; local our $template = Bugzilla->template; local our $vars = {}; |