Suppress E_DEPRECATED errors after change in [4ab77dd1]

pull/279/head
Thomas Bruederli 9 years ago
parent 4ab77dd13e
commit d375b20225

@ -100,7 +100,7 @@ spl_autoload_register('rcube_autoload');
// set PEAR error handling (will also load the PEAR main class)
if (class_exists('PEAR')) {
PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'rcube_pear_error');
@PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'rcube_pear_error');
}

Loading…
Cancel
Save