* Adjust code style.

This commit is contained in:
tianshujie98
2020-12-11 10:34:50 +08:00
parent 6d7fbdc21f
commit e63b3cdce0
+2 -2
View File
@@ -2967,8 +2967,8 @@ class projectModel extends model
$this->loadModel('build');
/* Set search param. */
if($type == 'execution') $this->config->build->search['module'] = 'executionBuild';
if($type == 'project') $this->config->build->search['module'] = 'projectBuild';
if($type == 'execution') $this->config->build->search['module'] = 'executionBuild';
if($type == 'project') $this->config->build->search['module'] = 'projectBuild';
$this->config->build->search['actionURL'] = $actionURL;
$this->config->build->search['queryID'] = $queryID;
$this->config->build->search['params']['product']['values'] = $products;