* Change the method's path.

This commit is contained in:
tianshujie
2023-09-06 17:19:50 +08:00
parent 71c12fa485
commit 97dd8bd0f2
+1 -1
View File
@@ -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;