From cef2033d500fdcd304a6b740183c9e4538ee4476 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Mon, 19 Jul 2021 10:07:43 +0800 Subject: [PATCH] * Fix bug #13702. --- 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 8b02e7295f..c1f51bc77c 100644 --- a/module/task/control.php +++ b/module/task/control.php @@ -487,7 +487,7 @@ class task extends control if($executionID) { $execution = $this->execution->getById($executionID); - $this->execution->setMenu($this->execution->getPairs(), $execution->id); + $this->execution->setMenu($execution->id); /* Set modules and members. */ $showAllModule = isset($this->config->task->allModule) ? $this->config->task->allModule : '';