PMCORE-3844
This commit is contained in:
committed by
Mauricio Veliz
parent
7bb67a97bd
commit
9f1b738093
@@ -199,7 +199,7 @@ class AppProxy extends HttpProxyController
|
||||
@ob_flush();
|
||||
@flush();
|
||||
@ob_end_flush();
|
||||
ob_implicit_flush(1);
|
||||
ob_implicit_flush(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user