From: friendica Date: Wed, 17 Oct 2012 22:22:29 +0000 (-0700) Subject: imagick exception X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f6f3042d00f7210022c73c721421ec7becbfa8e1;p=friendica.git imagick exception --- diff --git a/include/Photo.php b/include/Photo.php index ec967ac749..8fd581977d 100644 --- a/include/Photo.php +++ b/include/Photo.php @@ -665,7 +665,7 @@ function guess_image_type($filename, $fromcurl=false) { } if (is_null($type)){ // Guessing from extension? Isn't that... dangerous? - if(class_exists('Imagick')) { + if(class_exists('Imagick') && file_exists($filename) && is_readable($filename)) { /** * Well, this not much better, * but at least it comes from the data inside the image,