Fix: Install not locked if PHP version too low but enough for warning

This commit is contained in:
Laurent Destailleur 2011-11-26 15:34:12 +01:00
parent 6489c7000a
commit 033ce847a9

View File

@ -73,7 +73,7 @@ if (versioncompare(versionphparray(),array(4,3,10)) < 0) // Minimum to us
else if (versioncompare(versionphparray(),array(5,2,0)) < 0) // Minimum supported (warning if lower)
{
print '<img src="../theme/eldy/img/warning.png" alt="Error"> '.$langs->trans("WarningPHPVersionTooLow",'5.2.0');
$checksok=0;
$checksok=1;
}
else
{