summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/graphics.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-06-24 23:40:57 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-06-24 23:40:57 -0600
commitf70517a8e88b280c2b380f2bde7ff9d85146506f (patch)
treea8e86434282eab242009e9cda145c5b5764a39d5 /modules/gallery/helpers/graphics.php
parent043469587ed03a2a4e05aa2fddcebe53f04b0ce4 (diff)
parent766de009090cd1a49b6726e79bce7a69392491be (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/graphics.php')
-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 3f3317ae..71b8ddd8 100644
--- a/modules/gallery/helpers/graphics.php
+++ b/modules/gallery/helpers/graphics.php
@@ -331,7 +331,7 @@ class graphics_Core {
if (!isset($gd["GD Version"])) {
$gd["GD Version"] = false;
}
- putenv("PATH=" . getenv("PATH") . ":/usr/local/bin");
+ putenv("PATH=" . getenv("PATH") . ":/usr/local/bin:/opt/local/bin");
return array("gd" => $gd,
"imagemagick" => $exec ? dirname(exec("which convert")) : false,
"graphicsmagick" => $exec ? dirname(exec("which gm")) : false);