diff --git a/setup/wizardsteps.class.inc.php b/setup/wizardsteps.class.inc.php index e2fa3ed3e..9328594fe 100644 --- a/setup/wizardsteps.class.inc.php +++ b/setup/wizardsteps.class.inc.php @@ -433,8 +433,13 @@ class WizStepDetectedInfo extends WizardStep } return $aRet; } - - public function Display(WebPage $oPage) + + /** + * @param \WebPage $oPage + * + * @throws \Exception + */ + public function Display(\WebPage $oPage) { $oPage->add_style( <<oWizard->GetParameter('db_user', ''), $this->oWizard->GetParameter('db_pwd', ''), $this->oWizard->GetParameter('db_tls_enabled', ''), - $this->oWizard->GetParameter('db_tls_ca', ''), - false + $this->oWizard->GetParameter('db_tls_ca', '') ); if ($oMutex->IsLocked()) {