mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 6939
XML/RPC.php -> xmlrpc_client.inc
This commit is contained in:
parent
f78b47e311
commit
dbfda08958
@ -558,7 +558,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 {
|
||||
@ -1951,4 +1951,4 @@ function XML_RPC_encode($php_val)
|
||||
* End:
|
||||
*/
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user