Jelajahi Sumber

Fixed a typo in an error message (Tack #125).

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@423 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 tahun lalu
induk
melakukan
1b07a34588
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      setup/index.php

+ 1 - 1
setup/index.php

@@ -221,7 +221,7 @@ function CheckPHPVersion(SetupWebPage $oP)
 	// Check some more ini settings here, needed for file upload
   	if (get_magic_quotes_gpc())
   	{
-		$oP->error("'magic_quotes_gpc' is set to On in '$sPhpIniFile', please turn if Off before continuing.");
+		$oP->error("'magic_quotes_gpc' is set to On in '$sPhpIniFile', please turn it Off before continuing.");
 		$bResult = false;
 	}