Merged in bugfix/HOR-4753 (pull request #6564)
HOR-4753 Approved-by: Paula Quispe <paula.quispe@processmaker.com> Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -1954,7 +1954,7 @@ class ProcessMap
|
||||
$oDataset->next();
|
||||
}
|
||||
global $_DBArray;
|
||||
$_DBArray = (isset($_SESSION['_DBArray']) ? $_SESSION['_DBArray'] : '');
|
||||
$_DBArray = (isset($_SESSION['_DBArray']) ? $_SESSION['_DBArray'] : []);
|
||||
$_DBArray['outputDocArray'] = $outputDocArray;
|
||||
$_SESSION['_DBArray'] = $_DBArray;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user