Adding fix for wrong method decode named, and not included CaseSchedulerPeer class not added into the autolader.
This commit is contained in:
@@ -4666,7 +4666,7 @@ class processMap
|
||||
);
|
||||
$oOP->create( $aData );
|
||||
|
||||
return Bootstrap::json_endoce($oNewTask);//$oJSON->encode( $oNewTask );
|
||||
return Bootstrap::json_encode($oNewTask);//$oJSON->encode( $oNewTask );
|
||||
} catch (Exception $oError) {
|
||||
throw ($oError);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user