Thomas Bruederli
2015-05-27 d375b20225f5beae2fd55c07c9f3a40b5e41637a
Suppress E_DEPRECATED errors after change in [4ab77dd1]
1 files modified
2 ■■■ changed files
program/lib/Roundcube/bootstrap.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/bootstrap.php
@@ -100,7 +100,7 @@
// 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');
}