* Adjust sonarqube edit url cannot save error.

This commit is contained in:
caoyanyi
2024-01-29 00:21:23 +08:00
parent a566353d00
commit 51d83e5faa
+1
View File
@@ -194,6 +194,7 @@ class sonarqube extends control
if($_POST)
{
$oldSonarQube->url = $this->post->url;
$oldSonarQube->account = $this->post->account;
$oldSonarQube->password = $this->post->password;
$this->checkToken($oldSonarQube, $sonarqubeID);