瀏覽代碼

- 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 年之前
父節點
當前提交
75c24ae91f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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());