[#52] don't use PEAR error logging
This commit is contained in:
parent
be59f15252
commit
45950312f7
|
|
@ -564,8 +564,7 @@ class Cache_Lite
|
||||||
*/
|
*/
|
||||||
function raiseError($msg, $code)
|
function raiseError($msg, $code)
|
||||||
{
|
{
|
||||||
include_once('PEAR.php');
|
error_log("[code] $msg");
|
||||||
return PEAR::raiseError($msg, $code, $this->_pearErrorMode);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue