aboutsummaryrefslogtreecommitdiffstats
path: root/include/photo
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-12-11 12:21:09 +0100
committerMario Vavti <mario@mariovavti.com>2018-12-11 12:21:09 +0100
commit993db01400be17c5e74dfa895c324a7116a4e97e (patch)
treedfa52436ec997eec5795b5dee247b3e4f6fa6557 /include/photo
parent4cb4f175004fe28cfec449932b7f3fe1a36ab8a7 (diff)
downloadvolse-hubzilla-993db01400be17c5e74dfa895c324a7116a4e97e.tar.gz
volse-hubzilla-993db01400be17c5e74dfa895c324a7116a4e97e.tar.bz2
volse-hubzilla-993db01400be17c5e74dfa895c324a7116a4e97e.zip
return on readImageBlob() exception
Diffstat (limited to 'include/photo')
-rw-r--r--include/photo/photo_imagick.php1
1 files changed, 1 insertions, 0 deletions
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;
}
/**