diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2011-04-23 08:13:01 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2011-04-23 08:13:01 -0700 |
commit | 0235c2062e9d980a4778c4b22678238c525e1cd7 (patch) | |
tree | aceccab62772bb736a077fec631bb8eac57a9f5f /modules/gallery | |
parent | 09030d527b2b107006b10b0541492c8e7ad6071b (diff) |
Fix for ticket #1681 (and maybe #1625). Change the parameter from -v to -version.
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/helpers/graphics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/graphics.php b/modules/gallery/helpers/graphics.php index 04501132..f374f9da 100644 --- a/modules/gallery/helpers/graphics.php +++ b/modules/gallery/helpers/graphics.php @@ -316,7 +316,7 @@ class graphics_Core { // ImageMagick & GraphicsMagick $magick_kits = array( "imagemagick" => array( - "name" => "ImageMagick", "binary" => "convert", "version" => "convert -v", + "name" => "ImageMagick", "binary" => "convert", "version" => "convert -version", "version_regex" => "/Version: \S+ (\S+)/"), "graphicsmagick" => array( "name" => "GraphicsMagick", "binary" => "gm", "version" => "gm version", |