* Fix bugs

This commit is contained in:
zenggang
2023-08-07 06:53:59 +00:00
parent c9acba74a7
commit d7b4cfbe18
11 changed files with 239 additions and 29 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ class sonarqube extends control
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
$this->loadModel('action')->create('sonarqube', $sonarqubeID, 'created');
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browse')));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('space', 'browse')));
}
$this->view->title = $this->lang->sonarqube->common . $this->lang->colon . $this->lang->sonarqube->createServer;