From 4f8e0b54acae2ee65f6f2cdebcb8e830064febb5 Mon Sep 17 00:00:00 2001 From: patdenice Date: Fri, 29 Apr 2011 17:17:09 +0000 Subject: feature:2284 Send forgotten file in previous commit (again!) git-svn-id: http://piwigo.org/svn/trunk@10685 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3