* Fix bug.

This commit is contained in:
zhouxudong
2022-07-12 07:30:01 +00:00
parent 49ae55568d
commit 4e454da271
+1 -1
View File
@@ -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);