No reason to stop the event

This commit is contained in:
Mikael Nordfeldth 2015-01-25 22:32:01 +01:00
parent 4dd6d7869e
commit 3f65bf45ab
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class ImageMagickPlugin extends Plugin
$magick = new Imagick($imagefile->filepath);
$magick = $magick->coalesceImages();
$imagefile->animated = $magick->getNumberImages()>1;
return false;
return true;
}
return true;