From 3fd0bd215ef651409f12322994f07b2fbd3e3f11 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 7 Jul 2009 22:39:31 +0000 Subject: Bug 502698: jsonrpc.cgi was missing "use Bugzilla::Error" Patch by Max Kanat-Alexander r=LpSolit, a=Lpsolit --- jsonrpc.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'jsonrpc.cgi') diff --git a/jsonrpc.cgi b/jsonrpc.cgi index c04f20f6a..cd41663fa 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. -- cgit v1.2.3-24-g4f1b