[#52] don't use PEAR error logging

This commit is contained in:
B. Endres 2021-06-09 16:47:30 +02:00
parent be59f15252
commit 45950312f7
1 changed files with 1 additions and 2 deletions

View File

@ -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");
}
/**