Merge pull request #891 from julceslauhub/master
BUG 9998 New relic reported errors ProcessMaker 2.0.43 + parche SOLVED
This commit is contained in:
@@ -14,6 +14,9 @@ if( isset($request) ){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (is_array($_SESSION[$_POST["formID"]][$_POST["gridname"]])) {
|
if (is_array($_SESSION[$_POST["formID"]][$_POST["gridname"]])) {
|
||||||
|
if (!is_array($_SESSION[$_POST["formID"]][$_POST["gridname"]])) {
|
||||||
|
$_SESSION[$_POST["formID"]][$_POST["gridname"]] = (array)$_SESSION[$_POST["formID"]][$_POST["gridname"]];
|
||||||
|
}
|
||||||
ksort($_SESSION[$_POST["formID"]][$_POST["gridname"]]);
|
ksort($_SESSION[$_POST["formID"]][$_POST["gridname"]]);
|
||||||
$oFields = array();
|
$oFields = array();
|
||||||
$initialKey = 1;
|
$initialKey = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user