diff --git a/module/build/control.php b/module/build/control.php index 9c5d4dd7b2..8e7e735d29 100644 --- a/module/build/control.php +++ b/module/build/control.php @@ -304,7 +304,7 @@ class build extends control $objectID = $build->execution; } - $executions = $this->loadModel('execution')->getPairs($this->session->project, 'all', 'empty'); + $executions = $this->loadModel('execution')->getPairs($this->session->project, 'all', 'empty'); $executionType = $build->execution ? $this->execution->getByID($build->execution) : ''; $this->commonActions($build->project);