Aleksander Machniak
2015-07-02 947c4dc30b415b683dcd107227a0544b8c9ab6aa
program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@
}
// framework constants
define('RCUBE_VERSION', '1.1.0');
define('RCUBE_VERSION', '1.1.2');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {
@@ -99,7 +99,7 @@
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');