]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Don't call Bugzilla.pm from a Perl module itself (see bug 866927)
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 24 Apr 2014 13:07:10 +0000 (15:07 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 24 Apr 2014 13:07:10 +0000 (15:07 +0200)
Bugzilla/WebService/Server/REST.pm

index 426763dca648d0cb7fa541a46a2de4f529627925..ce127f797f3c6a6204d6e19030a66bdc521677fb 100644 (file)
@@ -12,7 +12,6 @@ use strict;
 
 use parent qw(Bugzilla::WebService::Server::JSONRPC);
 
-use Bugzilla;
 use Bugzilla::Constants;
 use Bugzilla::Error;
 use Bugzilla::Hook;