From cc631b6e4f71ff8c30d09a57c38fa0b6a4c1e7d2 Mon Sep 17 00:00:00 2001 From: liuhong Date: Thu, 15 Dec 2022 08:15:03 +0000 Subject: [PATCH] * Adjust code #30907. --- module/build/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);