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:
mkanat%bugzilla.org 2009-07-07 22:39:31 +00:00
parent 9228ac1a1d
commit 2a3075aafb

View File

@ -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.