summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/exe/fetch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php
index 102f99066..1cf1c6e82 100644
--- a/lib/exe/fetch.php
+++ b/lib/exe/fetch.php
@@ -388,7 +388,7 @@ function resize_imageIM($ext,$from,$from_w,$from_h,$to,$to_w,$to_h){
*/
function crop_imageIM($ext,$from,$from_w,$from_h,$to,$to_w,$to_h,$ofs_x,$ofs_y){
global $conf;
-return false;
+
// check if convert is configured
if(!$conf['im_convert']) return false;