diff --git a/module/release/control.php b/module/release/control.php index 123ca746e3..1850b181b2 100644 --- a/module/release/control.php +++ b/module/release/control.php @@ -358,8 +358,8 @@ class release extends control $executionIdList = array(); foreach($builds as $build) { - if(!empty($build->execution)) $executionIdList[$build->execution] = $build->execution; - if(empty($build->execution) && !empty($build->project)) $executionIdList[$build->project] = $build->project; + if(!empty($build->execution)) $executionIdList[$build->execution] = (int)$build->execution; + if(empty($build->execution) && !empty($build->project)) $executionIdList[$build->project] = (int)$build->project; } /* Load pager. */