I solved the conflict in the issue PM-1558

This commit is contained in:
Paula V. Quispe
2015-02-20 15:16:56 -04:00
parent 50b5a947e7
commit 2ed9cc983c

View File

@@ -182,7 +182,8 @@ class Derivation
if ((int)($arrayRouteData["ROU_DEFAULT"]) == 1) { if ((int)($arrayRouteData["ROU_DEFAULT"]) == 1) {
$arrayNextTaskDefault = $arrayRouteData; $arrayNextTaskDefault = $arrayRouteData;
continue; $arrayNextTask = array();
break;
} }
$flagContinue = true; $flagContinue = true;