From 161c9d4b9a87fb56ee300bb180e648ea415e2123 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Wed, 25 Nov 2020 17:27:18 +0800 Subject: [PATCH] * Adjust code style. --- module/task/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/control.php b/module/task/control.php index 695f8dead0..4715023e27 100644 --- a/module/task/control.php +++ b/module/task/control.php @@ -395,7 +395,7 @@ class task extends control $this->view->users = $this->loadModel('user')->getPairs('nodeleted', "{$this->view->task->openedBy},{$this->view->task->canceledBy},{$this->view->task->closedBy}"); $this->view->showAllModule = isset($this->config->project->task->allModule) ? $this->config->project->task->allModule : ''; $this->view->modules = $this->tree->getTaskOptionMenu($this->view->task->project, 0, 0, $this->view->showAllModule ? 'allModule' : ''); - $this->view->projects = $this->loadModel('project')->getExecutionsByProject($this->session->PRJ, 'all', 0, true);; + $this->view->projects = $this->loadModel('project')->getExecutionsByProject($this->session->PRJ, 'all', 0, true); $this->display(); }