diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-12-11 12:21:09 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-12-11 12:21:09 +0100 |
commit | 993db01400be17c5e74dfa895c324a7116a4e97e (patch) | |
tree | dfa52436ec997eec5795b5dee247b3e4f6fa6557 /include/photo | |
parent | 4cb4f175004fe28cfec449932b7f3fe1a36ab8a7 (diff) | |
download | volse-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.php | 1 |
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; } /** |