* Fix a error when activate a task.

This commit is contained in:
tianshujie
2023-12-27 15:04:19 +08:00
parent b2b62d8c1a
commit df50a3299b
+1 -1
View File
@@ -1724,7 +1724,7 @@ class taskZen extends task
/* Remind whether to update status of the bug, if task which from that bug has been finished. */
if($changes and $this->task->needUpdateBugStatus($task))
{
$response = $this->taskTao->getRemindBugLink($task, $changes);
$response = $this->task->getRemindBugLink($task, $changes);
if($response) return print(js::confirm(sprintf($this->lang->task->remindBug, $task->fromBug), $response['confirmed'], $response['canceled'], 'parent', 'parent.parent'));
}