From 6db45d4c3d5182a11c53526ac0d416fa3bf3556e Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sat, 17 Mar 2012 11:54:48 +1100 Subject: [PATCH] $config['thumb_method'] --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index c8170e16..606a64ea 100644 --- a/post.php +++ b/post.php @@ -471,7 +471,7 @@ require_once 'inc/image.php'; - if($config['imagick']) { + if($config['thumb_method'] == 'imagick') { // This is tricky, because Imagick won't let us find // an image's dimensions without loading it all into // memory first, unlike GD which provides the