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 : '';