From: mkanat%bugzilla.org <> Date: Tue, 7 Jul 2009 22:39:31 +0000 (+0000) Subject: Bug 502698: jsonrpc.cgi was missing "use Bugzilla::Error" X-Git-Tag: bugzilla-3.5.1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd0bd215ef651409f12322994f07b2fbd3e3f11;p=thirdparty%2Fbugzilla.git Bug 502698: jsonrpc.cgi was missing "use Bugzilla::Error" Patch by Max Kanat-Alexander r=LpSolit, a=Lpsolit --- diff --git a/jsonrpc.cgi b/jsonrpc.cgi index c04f20f6a3..cd41663fa6 100644 --- a/jsonrpc.cgi +++ b/jsonrpc.cgi @@ -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.