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;