* Fix bug#11690.

This commit is contained in:
zhujinyong
2021-03-31 09:48:37 +08:00
parent c142160044
commit 5f68e5e31d
+1 -1
View File
@@ -676,7 +676,7 @@ class task extends control
/* Set menu. */
$execution = $this->execution->getById($task->execution);
$this->execution->setMenu($this->execution->getPairs(), $execution->id);
$this->execution->setMenu($execution->id);
$this->executeHooks($taskID);