summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/xmlrpc_client.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-11 10:41:21 -0300
committerRenato Botelho <renato@netgate.com>2016-08-11 10:41:21 -0300
commit238603f52d217b8e703976820f184772ea2b1255 (patch)
tree9c969f4de46d440e03a7d1604f9dcda1df488fea /src/etc/inc/xmlrpc_client.inc
parent24a7aba22dc605c07249acc2153d9ae8ef0205eb (diff)
downloadpfsense-238603f52d217b8e703976820f184772ea2b1255.zip
pfsense-238603f52d217b8e703976820f184772ea2b1255.tar.gz
Ticket #3734: Retire PEAR.inc and use PEAR.php from ports
Diffstat (limited to 'src/etc/inc/xmlrpc_client.inc')
-rw-r--r--src/etc/inc/xmlrpc_client.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/xmlrpc_client.inc b/src/etc/inc/xmlrpc_client.inc
index b9f5ae9..885f4ad 100644
--- a/src/etc/inc/xmlrpc_client.inc
+++ b/src/etc/inc/xmlrpc_client.inc
@@ -24,7 +24,7 @@
if (!function_exists('xml_parser_create')) {
- include_once 'PEAR.inc';
+ include_once 'PEAR.php';
PEAR::loadExtension('xml');
}
@@ -557,7 +557,7 @@ class XML_RPC_Base {
*/
function raiseError($msg, $code)
{
- include_once 'PEAR.inc';
+ include_once 'PEAR.php';
if (is_object(@$this)) {
log_error(get_class($this) . ': ' . $msg . " {$code}");
return PEAR::raiseError(get_class($this) . ': ' . $msg, $code);
OpenPOWER on IntegriCloud