return on readImageBlob() exception

This commit is contained in:
Mario Vavti 2018-12-11 12:21:09 +01:00
parent 4cb4f17500
commit 993db01400

View File

@ -36,6 +36,7 @@ class photo_imagick extends photo_driver {
} }
catch (Exception $e) { catch (Exception $e) {
logger('imagick readImageBlob() exception:' . print_r($e,true)); logger('imagick readImageBlob() exception:' . print_r($e,true));
return;
} }
/** /**