* Fix call variable error problem.

This commit is contained in:
tianshujie
2023-06-01 14:34:04 +08:00
parent b296d868af
commit 26ddec810a
+1 -1
View File
@@ -1115,7 +1115,7 @@ class taskModel extends model
/* Remind whether to update status of the bug, if task which from that bug has been finished. */
if($changes && $this->needUpdateBugStatus($oldTask))
{
$response = $this->taskTao->getRemindBugLink($task, $changes);
$response = $this->taskTao->getRemindBugLink($oldTask, $changes);
if($response) return $response;
}