diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-07-07 19:15:33 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-07-07 19:15:33 +0200 |
commit | 55b854906d31d60f9f3065910a3d1b1ca6d0b6bf (patch) | |
tree | 9e362967c05c308824001f2a81d9ef62c8b5740f /phpBB/includes/functions_posting.php | |
parent | cddb884be6c8a8890f4fbd7415763d46e51e050b (diff) | |
parent | 7dc1af25bc2dc0ba59990d53cb7dcdb9c0d48480 (diff) | |
download | forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar.gz forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar.bz2 forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar.xz forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.zip |
Merge pull request #4342 from Senky/ticket/14654
[ticket/14654] Change Imagemagick to ImageMagick
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index b2713fef07..57c68d4935 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -702,7 +702,7 @@ function create_thumbnail($source, $destination, $mimetype) $used_imagick = false; - // Only use imagemagick if defined and the passthru function not disabled + // Only use ImageMagick if defined and the passthru function not disabled if ($config['img_imagick'] && function_exists('passthru')) { if (substr($config['img_imagick'], -1) !== '/') |