summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2011-04-23 08:13:01 -0700
committerTim Almdal <tnalmdal@shaw.ca>2011-04-23 08:13:01 -0700
commit0235c2062e9d980a4778c4b22678238c525e1cd7 (patch)
treeaceccab62772bb736a077fec631bb8eac57a9f5f /modules
parent09030d527b2b107006b10b0541492c8e7ad6071b (diff)
Fix for ticket #1681 (and maybe #1625). Change the parameter from -v to -version.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/helpers/graphics.php2
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",