Fix: On ne pouvait plus faire d'install ou mise a jour si GD non installé.
This commit is contained in:
parent
11518f8585
commit
ccdc535d21
@ -110,7 +110,7 @@ else
|
|||||||
if (! function_exists("imagecreate"))
|
if (! function_exists("imagecreate"))
|
||||||
{
|
{
|
||||||
print '<img src="../theme/eldy/img/warning.png" alt="Error"> '.$langs->trans("ErrorPHPDoesNotSupportGD")."<br>\n";
|
print '<img src="../theme/eldy/img/warning.png" alt="Error"> '.$langs->trans("ErrorPHPDoesNotSupportGD")."<br>\n";
|
||||||
$checksok=0;
|
// $checksok=0; // If image ko, just warning. So check must still be 1 (otherwise no way to install)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user