* Fix an error.

This commit is contained in:
hufangzhou
2021-03-24 15:45:49 +08:00
parent e605137fd9
commit 6bd955cc0c
+1 -1
View File
@@ -719,7 +719,7 @@ class project extends control
/* Build the search form. */
$actionURL = $this->createLink('project', 'bug', "projectID=$projectID&orderBy=$orderBy&build=$build&type=bysearch&queryID=myQueryID");
$this->execution->buildBugSearchForm($products, $queryID, $actionURL);
$this->loadModel('execution')->buildBugSearchForm($products, $queryID, $actionURL);
/* Assign. */
$this->view->title = $title;