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);