Merge branch 'fix_photo_imagick' into 'dev'

return on readImageBlob() exception

See merge request hubzilla/core!1426
This commit is contained in:
Max Kostikov 2018-12-11 13:31:34 +01:00
commit 6bea3d6bfc

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;
} }
/** /**