From 10e8760f80a78a463345e198b4c9592c2db1069a Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 5 Jun 2023 10:08:51 +0800 Subject: [PATCH] * Change the name of the called method. --- module/task/test/task.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/test/task.class.php b/module/task/test/task.class.php index 89f1afa4d3..070db9990f 100755 --- a/module/task/test/task.class.php +++ b/module/task/test/task.class.php @@ -1267,7 +1267,7 @@ class taskTest $this->objectModel->addTaskEffort($data); $objectID = $this->objectModel->dao->lastInsertID(); - $object = $this->objectModel->getEstimateByID($objectID); + $object = $this->objectModel->getEffortByID($objectID); if(dao::isError()) {