[#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)
|
||||
{
|
||||
include_once('PEAR.php');
|
||||
return PEAR::raiseError($msg, $code, $this->_pearErrorMode);
|
||||
error_log("[code] $msg");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue