From 97dd8bd0f270d7e55ea8b468eea2ed2379588b21 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 6 Sep 2023 17:19:31 +0800 Subject: [PATCH] * Change the method's path. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 7982408c27..99e992245b 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -698,7 +698,7 @@ class execution extends control $this->execution->buildBugSearchForm($products, $param, $actionURL); $bugs = $this->bug->processBuildForBugs($bugs); - $this->assignBugVars($execution, $project, $productID, $branch, $products, $orderBy, $type, $param, $build, $bugs, $pager); + $this->executionZen->assignBugVars($execution, $project, $productID, $branch, $products, $orderBy, $type, $param, $build, $bugs, $pager); $this->view->showBranch = $showBranch; $this->view->productOption = $productOption;