PMCORE-3844

This commit is contained in:
Julio Cesar Laura Avendaño
2022-05-26 14:56:23 +00:00
committed by Mauricio Veliz
parent 7bb67a97bd
commit 9f1b738093
82 changed files with 300 additions and 552 deletions

View File

@@ -199,7 +199,7 @@ class AppProxy extends HttpProxyController
@ob_flush();
@flush();
@ob_end_flush();
ob_implicit_flush(1);
ob_implicit_flush(true);
}
/**

View File

@@ -25,7 +25,7 @@ function postNote($httpData)
@ob_flush();
@flush();
@ob_end_flush();
ob_implicit_flush(1);
ob_implicit_flush(true);
//send notification in background
$noteRecipientsList = array();