From 4e454da2710ef22ef67ae59fcf977242a68b804c Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Tue, 12 Jul 2022 07:30:01 +0000 Subject: [PATCH] * Fix bug. --- 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 5733aa0bf8..5ba9aaae47 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -748,7 +748,7 @@ class task extends control * @access public * @return void */ - public function assignTo($executionID, $taskID, $kanbanGroup = 'default', $from='') + public function assignTo($executionID, $taskID, $kanbanGroup = 'default', $from = '') { $this->commonAction($taskID); $task = $this->task->getByID($taskID);