Merge branch 'fix_photo_imagick' into 'dev'
return on readImageBlob() exception See merge request hubzilla/core!1426
This commit is contained in:
commit
6bea3d6bfc
@ -36,6 +36,7 @@ class photo_imagick extends photo_driver {
|
||||
}
|
||||
catch (Exception $e) {
|
||||
logger('imagick readImageBlob() exception:' . print_r($e,true));
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user