From 881e24b24b635099277e2ebb6d9cce23b0ca9ebb Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Tue, 10 Sep 2024 13:56:56 +0800 Subject: [PATCH] * [bug#55077] Change fetchByID to getByID in testtask results for tutorial. --- module/testtask/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testtask/control.php b/module/testtask/control.php index 84b26e3009..1c44b98b86 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -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 {