diff --git a/module/execution/model.php b/module/execution/model.php index 175741a1cc..ed6363310a 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -1072,7 +1072,7 @@ class executionModel extends model if($sibling->status != 'wait') { $siblingsAllWait = false; - return $pointOutStages; + break; } }