From d7b151f21a9d8faea0a34b7a8b73115c54475840 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 8 Apr 2008 04:54:20 +0000 Subject: Bug 415796: All webservice methods were failing if a string had multibyte characters in it, due to bugs in SOAP::Lite. Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- xmlrpc.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlrpc.cgi') diff --git a/xmlrpc.cgi b/xmlrpc.cgi index 2ac34e675..a802ac43f 100755 --- a/xmlrpc.cgi +++ b/xmlrpc.cgi @@ -20,6 +20,7 @@ use lib qw(. lib); use Bugzilla; use Bugzilla::Constants; +use Bugzilla::Error; use Bugzilla::Hook; # Use an eval here so that runtests.pl accepts this script even if SOAP-Lite -- cgit v1.2.3-24-g4f1b