* Fix typo in task module and related.

This commit is contained in:
dingguodong
2023-08-24 17:14:11 +08:00
parent c76733bc16
commit 033af27ff3
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ class taskModel extends model
if($oldTask->story) $this->story->setStage($oldTask->story);
if($task->status != $oldTask->status) $this->kanban->updateLane($oldTask->execution, 'task', $taskID);
/* Udate parent task's status, date and hour. */
/* Update parent task's status, date and hour. */
if($oldTask->parent > 0)
{
$this->updateParentStatus($taskID);