From 993db01400be17c5e74dfa895c324a7116a4e97e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 11 Dec 2018 12:21:09 +0100 Subject: return on readImageBlob() exception --- include/photo/photo_imagick.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/photo') diff --git a/include/photo/photo_imagick.php b/include/photo/photo_imagick.php index f04c00245..cb3ad27fb 100644 --- a/include/photo/photo_imagick.php +++ b/include/photo/photo_imagick.php @@ -36,6 +36,7 @@ class photo_imagick extends photo_driver { } catch (Exception $e) { logger('imagick readImageBlob() exception:' . print_r($e,true)); + return; } /** -- cgit v1.2.3