* [bug#55077] Change fetchByID to getByID in testtask results for tutorial.

This commit is contained in:
xieqiyu
2024-09-10 13:58:52 +08:00
committed by 唐胡成
parent 917f7a527f
commit 881e24b24b
+1 -1
View File
@@ -984,7 +984,7 @@ class testtask extends control
$case = $run->case;
$results = $this->testtask->getResults($runID, 0, $status, $type);
$this->view->testtask = $this->testtask->fetchByID($run->task);
$this->view->testtask = $this->testtask->getByID($run->task);
}
else
{