summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlrpc_client.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2010-11-11 21:35:23 +0100
committerSeth Mos <seth.mos@dds.nl>2010-11-11 21:35:23 +0100
commite9cfd6b0ba0a481b18e6301b19f2cc35928d94cb (patch)
tree4fc9bcc271069eb52b421711dadb39c7b5cfab37 /etc/inc/xmlrpc_client.inc
parentd99bcf100f5ce99d319f044a0fff21db83f21a51 (diff)
downloadpfsense-e9cfd6b0ba0a481b18e6301b19f2cc35928d94cb.zip
pfsense-e9cfd6b0ba0a481b18e6301b19f2cc35928d94cb.tar.gz
Once more, with feeling
Diffstat (limited to 'etc/inc/xmlrpc_client.inc')
-rw-r--r--etc/inc/xmlrpc_client.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/xmlrpc_client.inc b/etc/inc/xmlrpc_client.inc
index 4804b92..462917b 100644
--- a/etc/inc/xmlrpc_client.inc
+++ b/etc/inc/xmlrpc_client.inc
@@ -557,7 +557,7 @@ class XML_RPC_Base {
*/
function raiseError($msg, $code)
{
- include_once 'PEAR.php';
+ include_once 'PEAR.inc';
if (is_object(@$this)) {
return PEAR::raiseError(get_class($this) . ': ' . $msg, $code);
} else {
OpenPOWER on IntegriCloud