return on readImageBlob() exception
(cherry picked from commit 993db01400
)
This commit is contained in:
parent
1bd49671b7
commit
ad4b18cbbe
@ -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