diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index f8c21a615..20ac42977 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -104,7 +104,6 @@ class SetupUtils 'dom', 'zlib', 'zip', - 'gd', // used to test image type (always returns false if not installed), image resizing, PDF export ); $aOptionalExtensions = array( 'mcrypt, sodium or openssl' => @@ -114,6 +113,7 @@ class SetupUtils 'openssl' => 'Strong encryption will not be used.', ), 'ldap' => 'LDAP authentication will be disabled.', + 'gd' => 'test image type (always returns false if not installed), image resizing, PDF export', ); asort($aMandatoryExtensions); // Sort the list to look clean !