Improving changes listener on BpmnWorkflow Adapter

This commit is contained in:
Erik Amaru Ortiz
2014-02-20 10:50:52 -04:00
parent 00ebbeff0d
commit 4e5f208ca3
4 changed files with 29 additions and 49 deletions

View File

@@ -94,8 +94,8 @@ abstract class Handler
{
ksort($array);
ksort($arrayCompare);
self::log($array, $arrayCompare);
//$ret = array_diff_assoc($array, $arrayCompare);
//self::log("ONE: ", $array, "TWO: ", $arrayCompare);
//$ret = array_diff_assoc("ONE: ", $array, "TWO: ", $arrayCompare);
return (self::getChecksum($array) === self::getChecksum($arrayCompare));
}