* Adjust code style.

This commit is contained in:
tianshujie98
2020-12-11 09:41:55 +08:00
parent 57e87d637d
commit 0d492cdffd
+1 -1
View File
@@ -38,7 +38,7 @@ class projectBuild extends control
$this->config->build->search['fields']['project'] = $this->project->lang->projectCommon;
$this->config->build->search['params']['project'] = array('operator' => '=', 'control' => 'select', 'values' => array('' => '') + $projects);
$this->project->buildProjectBuildSearchForm($products, $queryID, $actionURL, $projects, 'projectBuild');
$this->project->buildProjectBuildSearchForm($products, $queryID, $actionURL);
if($type == 'bysearch')
{