]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 502698: jsonrpc.cgi was missing "use Bugzilla::Error"
authormkanat%bugzilla.org <>
Tue, 7 Jul 2009 22:39:31 +0000 (22:39 +0000)
committermkanat%bugzilla.org <>
Tue, 7 Jul 2009 22:39:31 +0000 (22:39 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=Lpsolit

jsonrpc.cgi

index c04f20f6a325681d8076477e07f6cacd8034792a..cd41663fa67ac7aa9dabd1cd424e20b3f96a5578 100644 (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.