diff --git a/setup/index.php b/setup/index.php index 7e09e2d90..fa81b73bb 100644 --- a/setup/index.php +++ b/setup/index.php @@ -605,7 +605,7 @@ function WelcomeAndCheckPrerequisites(SetupWebPage $oP, $aParamValues, $iCurrent } else { - $oP->ok("Version ".$aVersion[ROOT_MODULE]['version_db']." of iTop detected.
The application will be upgraded to version ".$aVersion[ITOP_APPLICATION]['version_code']."."); + $oP->ok("Version ".$aVersion[ROOT_MODULE]['version_db']." of iTop detected.
The application will be upgraded to version ".$aVersion[ROOT_MODULE]['version_code']."."); } AddHiddenParam($oP, 'db_server', $oConfig->GetDBHost()); AddHiddenParam($oP, 'db_user', $oConfig->GetDBUser());