Adding fix for wrong method decode named, and not included CaseSchedulerPeer class not added into the autolader.

This commit is contained in:
ralph
2012-12-11 15:46:50 -04:00
parent 274add8cbf
commit 6fcca24d60
4 changed files with 10 additions and 4 deletions

View File

@@ -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);
}