From: Matthias Schmidt Date: Mon, 13 May 2013 16:33:57 +0000 (+0200) Subject: Fixes issue when installing style with preview image during setup X-Git-Tag: 2.0.0_Beta_1~199^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1d80aecb2f09c4894b9d99ec3ab05c0f16e3eb17;p=GitHub%2FWoltLab%2FWCF.git Fixes issue when installing style with preview image during setup Fixes #1173 --- diff --git a/wcfsetup/install/files/options.inc.php b/wcfsetup/install/files/options.inc.php index c91b1d8a18..d4cea969e4 100644 --- a/wcfsetup/install/files/options.inc.php +++ b/wcfsetup/install/files/options.inc.php @@ -25,6 +25,7 @@ define('SESSION_VALIDATE_IP_ADDRESS', 0); define('SESSION_VALIDATE_USER_AGENT', 0); define('CACHE_SOURCE_TYPE', 'disk'); +define('IMAGE_ADAPTER_TYPE', 'gd'); define('MODULE_MASTER_PASSWORD', 0); define('TIMEZONE', 'Europe/Berlin');