Browse Source

- Fixed the reporting about the previous version

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1379 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 năm trước cách đây
mục cha
commit
75c24ae91f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup/index.php

+ 1 - 1
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.<br/>The application will be upgraded to version ".$aVersion[ITOP_APPLICATION]['version_code'].".");
+				$oP->ok("Version ".$aVersion[ROOT_MODULE]['version_db']." of iTop detected.<br/>The application will be upgraded to version ".$aVersion[ROOT_MODULE]['version_code'].".");
 			}
 			AddHiddenParam($oP, 'db_server', $oConfig->GetDBHost());
 			AddHiddenParam($oP, 'db_user', $oConfig->GetDBUser());