* Fix bug, load product model.

This commit is contained in:
liumengyi
2023-11-20 14:04:12 +08:00
parent ea11912689
commit ac29669396
+1 -1
View File
@@ -404,7 +404,7 @@ class executionZen extends execution
$this->view->title = $this->lang->execution->testcase;
$this->view->executionID = $executionID;
$this->view->productID = $productID;
$this->view->product = $this->product->getByID((int) $productID);
$this->view->product = $this->loadModel('product')->getByID((int)$productID);
$this->view->orderBy = $orderBy;
$this->view->pager = $pager;
$this->view->type = $type;