diff --git a/lib/imagefile.php b/lib/imagefile.php index 156e3c6fd2..b0cd13089f 100644 --- a/lib/imagefile.php +++ b/lib/imagefile.php @@ -548,7 +548,7 @@ class ImageFile } fclose($fh); - return $count > 1; + return $count >= 1; // number of animated frames apart from the original image } public function getFileThumbnail($width, $height, $crop, $upscale=false)