Once more, with feeling

This commit is contained in:
Seth Mos 2010-11-11 21:35:23 +01:00
parent d99bcf100f
commit e9cfd6b0ba

View File

@ -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 {