From 9ee1e67a31f6be33339face94a10e3f5b4dd7681 Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Mon, 3 Oct 2022 10:21:36 -0400 Subject: [PATCH] PMCORE-4020 --- workflow/public_html/sysGeneric.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }