From 820d547cf4c8f48100afb0b098bbbada596ea565 Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 20 Jun 2022 18:33:37 +0000 Subject: [PATCH] fix issue #99: fatal on throwing exception when using phpxmlrpc.inc --- lib/xmlrpc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.47.0