]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
No reason to stop the event
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 25 Jan 2015 21:32:01 +0000 (22:32 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 25 Jan 2015 21:32:01 +0000 (22:32 +0100)
plugins/ImageMagick/ImageMagickPlugin.php

index f52ca24fecf9dc7a80fa0e3a90bd0d5b97b8f861..ff2e6664489efbd329bf762d78522b26fc0b4bea 100644 (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;