diff --git a/workflow/public_html/sysGeneric.php b/workflow/public_html/sysGeneric.php index b3187d92d..f97de673f 100644 --- a/workflow/public_html/sysGeneric.php +++ b/workflow/public_html/sysGeneric.php @@ -1132,7 +1132,7 @@ if (!defined('EXECUTE_BY_CRON')) { header('Pragma: '); } - ob_end_flush(); + @ob_end_flush(); if (DEBUG_TIME_LOG) { bootstrap::logTimeByPage(); //log this page }