diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php
index 102f99066ef49b17de4fe2d6ea5120d8540dd479..1cf1c6e82d64d3e313a0a4c1168aacacebd30e57 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;