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;