diff --git a/module/sonarqube/control.php b/module/sonarqube/control.php index 42e7c07b7e..96077f6779 100644 --- a/module/sonarqube/control.php +++ b/module/sonarqube/control.php @@ -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);