This commit is contained in:
Ronald Q
2016-08-13 10:35:26 -04:00
parent 93cdedab85
commit 9fce8dd297

View File

@@ -1132,7 +1132,7 @@ class Derivation
break;
}
if ($flagUpdateCounters) {
if (!is_null($taskNextDel) && !is_null($bpmnActivityNextDel) && $flagUpdateCounters) {
$this->derivateUpdateCounters($currentDelegation, $nextDel, $taskNextDel, $appFields, (isset($iNewDelIndex))? $iNewDelIndex : 0, (isset($aSP))? $aSP : null, $removeList);
}