aboutsummaryrefslogtreecommitdiff
path: root/lib/watermark.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-07-12 00:09:08 +0000
committerCash Costello <cash.costello@gmail.com>2009-07-12 00:09:08 +0000
commitb2bd7496baa3d2261233451627e0331fcb4d3fc3 (patch)
treee1f8894fdd3bb839fc2e356c7cce10c417542b9f /lib/watermark.php
parent4316b94d5448c0127fe6bc42ca5dcbacd7b9d563 (diff)
downloadelgg-b2bd7496baa3d2261233451627e0331fcb4d3fc3.tar.gz
elgg-b2bd7496baa3d2261233451627e0331fcb4d3fc3.tar.bz2
wrong variable for image magick path
Diffstat (limited to 'lib/watermark.php')
-rw-r--r--lib/watermark.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/watermark.php b/lib/watermark.php
index 330ae7b29..095b10eac 100644
--- a/lib/watermark.php
+++ b/lib/watermark.php
@@ -7,7 +7,7 @@ function tp_watermark($thumbs) {
$user = get_user_entity_as_row($album->owner_guid);
$username = $user->username;
- $im_path = get_plugin_setting('convert_command', 'tidypics');
+ $im_path = get_plugin_setting('im_path', 'tidypics');
if(!$im_path) {
$im_path = "/usr/bin/";
}