Bug 502698: jsonrpc.cgi was missing "use Bugzilla::Error"
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=Lpsolit git-svn-id: svn://10.0.0.236/trunk@257650 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9228ac1a1d
commit
2a3075aafb
@ -25,6 +25,7 @@ use lib qw(. lib);
|
||||
|
||||
use Bugzilla;
|
||||
use Bugzilla::Constants;
|
||||
use Bugzilla::Error;
|
||||
use Bugzilla::WebService::Constants;
|
||||
# This eval allows runtests to pass even if JSON::RPC isn't
|
||||
# installed.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user