From: gggeek Date: Mon, 20 Jun 2022 18:33:37 +0000 (+0000) Subject: fix issue #99: fatal on throwing exception when using phpxmlrpc.inc X-Git-Tag: 4.8.0~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=820d547cf4c8f48100afb0b098bbbada596ea565;p=plcapi.git fix issue #99: fatal on throwing exception when using phpxmlrpc.inc --- diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index e9338a2a..b2e1ea96 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -54,8 +54,8 @@ include_once(__DIR__.'/../src/PhpXmlRpc.php'); include_once(__DIR__.'/../src/Request.php'); include_once(__DIR__.'/../src/Response.php'); include_once(__DIR__.'/../src/Value.php'); -include_once(__DIR__.'/../src/Exception/HttpException.php'); include_once(__DIR__.'/../src/Exception/PhpXmlrpcException.php'); +include_once(__DIR__.'/../src/Exception/HttpException.php'); include_once(__DIR__.'/../src/Helper/Charset.php'); include_once(__DIR__.'/../src/Helper/Date.php'); include_once(__DIR__.'/../src/Helper/Http.php');