From ccdc535d21ffc36defeb6d2a59a7cb10d8ceebc0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 16 Nov 2007 12:31:35 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20On=20ne=20pouvait=20plus=20faire=20d'ins?= =?UTF-8?q?tall=20ou=20mise=20a=20jour=20si=20GD=20non=20install=E9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/install/check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index a0e8493ae20..488369bdbc4 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -110,7 +110,7 @@ else if (! function_exists("imagecreate")) { print 'Error '.$langs->trans("ErrorPHPDoesNotSupportGD")."
\n"; - $checksok=0; + // $checksok=0; // If image ko, just warning. So check must still be 1 (otherwise no way to install) } else {