mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Once more, with feeling
This commit is contained in:
parent
d99bcf100f
commit
e9cfd6b0ba
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user