From 2f9b7386884cfa0a716f402fd63373a970f5069f Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Tue, 9 Mar 2021 13:24:28 +0800 Subject: [PATCH] * Fix execution task error. --- module/execution/model.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/execution/model.php b/module/execution/model.php index a63e569e06..1f938d23ea 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -301,8 +301,8 @@ class executionModel extends model /** * Set project into session. - * - * @param int $executionID + * + * @param int $executionID * @access public * @return void */ @@ -2846,7 +2846,7 @@ class executionModel extends model { $this->config->execution->search['actionURL'] = $actionURL; $this->config->execution->search['queryID'] = $queryID; - $this->config->execution->search['params']['execution']['values'] = array(''=>'', $executionID => $executions[$executionID], 'all' => $this->lang->execution->allExecutions); + $this->config->execution->search['params']['execution']['values'] = array(''=>'', $executionID => $executions[$executionID], 'all' => $this->lang->execution->allExecution); $showAllModule = isset($this->config->execution->task->allModule) ? $this->config->execution->task->allModule : ''; $this->config->execution->search['params']['module']['values'] = $this->loadModel('tree')->getTaskOptionMenu($executionID, 0, 0, $showAllModule ? 'allModule' : '');