aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 94eb05b01..5ee7c4406 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -324,7 +324,7 @@ $conf['uniqueness_mode'] = 'md5sum';
// Library used for image resizing. Value could be 'auto', 'imagick',
// 'ext_imagick or 'gd'. If value is 'auto', library will be choosen in this
// order. If choosen library is not available, another one will be picked up.
-$conf['image_library'] = 'auto';
+$conf['graphics_library'] = 'auto';
// If library used is external installation of ImageMagick ('ext_imagick'),
// you can define imagemagick directory.