return on readImageBlob() exception
This commit is contained in:
parent
4cb4f17500
commit
993db01400
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user