diff options
Diffstat (limited to 'whineatnews.pl')
-rwxr-xr-x | whineatnews.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/whineatnews.pl b/whineatnews.pl index b05c19da0..1fcd67911 100755 --- a/whineatnews.pl +++ b/whineatnews.pl @@ -30,9 +30,8 @@ use strict; use lib '.'; -require "globals.pl"; - use Bugzilla; +use Bugzilla::Config qw(:DEFAULT); use Bugzilla::Mailer; use Bugzilla::Util; |