Fix Notice, Array to string conversion in VARIABLES
This commit is contained in:
@@ -126,9 +126,7 @@ class Variable
|
|||||||
//Update
|
//Update
|
||||||
$cnn = \Propel::getConnection("workflow");
|
$cnn = \Propel::getConnection("workflow");
|
||||||
try {
|
try {
|
||||||
|
|
||||||
$variable = \ProcessVariablesPeer::retrieveByPK($variableUid);
|
$variable = \ProcessVariablesPeer::retrieveByPK($variableUid);
|
||||||
$variable->fromArray($arrayData, \BasePeer::TYPE_FIELDNAME);
|
|
||||||
|
|
||||||
if ($variable->validate()) {
|
if ($variable->validate()) {
|
||||||
$cnn->begin();
|
$cnn->begin();
|
||||||
|
|||||||
Reference in New Issue
Block a user