From b0c6c5eb2a6c452c5cc25ec1e97767857a800dd7 Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Thu, 15 Apr 2021 09:08:42 +0800 Subject: [PATCH] * Fix bug #12058. --- 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 8cb3656512..923fe34848 100644 --- a/module/task/control.php +++ b/module/task/control.php @@ -269,7 +269,7 @@ class task extends control $storyLink = $this->session->storyList ? $this->session->storyList : $this->createLink('execution', 'story', "executionID=$executionID"); /* Set menu. */ - $this->execution->setMenu($this->execution->getPairs(), $execution->id); + $this->execution->setMenu($execution->id); /* When common task are child tasks, query whether common task are consumed. */ $taskConsumed = 0;