BUG 8169 fixed error in Parallel Task

This commit is contained in:
Alvaro Campos
2012-02-28 12:37:13 -04:00
parent 69e2336871
commit dd8d08eb8f

View File

@@ -613,7 +613,7 @@ class Derivation
if ( $canDerivate ) {
$aSP = isset($aSP) ? $aSP : null;
$this->doDerivation($currentDelegation, $nextDel, $appFields, $aSP);
$iNewDelIndex = $this->doDerivation($currentDelegation, $nextDel, $appFields, $aSP);
}
else { //when the task doesnt generate a new AppDelegation
$iAppThreadIndex = $appFields['DEL_THREAD'];
@@ -817,6 +817,7 @@ class Derivation
}
}
} //end switch
return $iNewDelIndex;
}
/* verifyIsCaseChild