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

SVN:trunk[423]
This commit is contained in:
Denis Flaven
2010-05-27 15:08:50 +00:00
parent a0e0371812
commit 1bc76fe5bd

View File

@@ -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;
}