Merged in paulis/processmaker/HOR-2401 (pull request #5243)

HOR-2401
This commit is contained in:
Paula Quispe
2016-12-05 19:25:26 +00:00

View File

@@ -92,8 +92,6 @@ if (sizeof( $newValues ) > 1 && isset( $_POST['grid'] )) {
}
}
}
$newValues = array ();
//$fieldBase = (array) $fieldBase;
$newValues[0]->$_POST['grid'] = $fieldBase;
}