diff --git a/core/bootstrap.php b/core/bootstrap.php index 73e2c539bea..f30ba01a72d 100644 --- a/core/bootstrap.php +++ b/core/bootstrap.php @@ -16,7 +16,7 @@ } error_reporting(E_ALL); -@ini_set('display_errors', defined('PIWIK_DISPLAY_ERRORS') ? PIWIK_DISPLAY_ERRORS : @ini_get('display_errors')); +@ini_set('display_errors', defined('PIWIK_DISPLAY_ERRORS') ? PIWIK_DISPLAY_ERRORS : 0); @ini_set('xdebug.show_exception_trace', 0); if (!defined('PIWIK_VENDOR_PATH')) {