* bug: fix error of using undefined variables.

This commit is contained in:
liugang
2023-05-30 14:23:17 +08:00
parent af114d8471
commit a80d40b4ae
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class bug extends control
$executions = $this->loadModel('execution')->getPairs($this->projectID, 'all', 'empty|withdelete|hideMultiple');
$bugs = $this->bugZen->getBrowseBugs($product->id, $branch, $browseType, array_keys($executions), $moduleID, $queryID, $realOrderBy, $pager);
$this->bugZen->buildBrowseView($bugs, $product, $branch, $browseType, $moduleID, $executions, $orderBy, $pager);
$this->bugZen->buildBrowseView($bugs, $product, $branch, $browseType, $moduleID, $executions, $param, $orderBy, $pager);
}
/**