Merge pull request #5330 from urc/patch-1

Do not mask fatal error when unable to load PEAR class
pull/6833/head
Aleksander Machniak 8 years ago committed by GitHub
commit d10c591a61

@ -99,7 +99,7 @@ if (!preg_match($regexp, $path)) {
spl_autoload_register('rcube_autoload');
// set PEAR error handling (will also load the PEAR main class)
@PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'rcube_pear_error');
PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'rcube_pear_error');

Loading…
Cancel
Save