From b2bd7496baa3d2261233451627e0331fcb4d3fc3 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 12 Jul 2009 00:09:08 +0000 Subject: wrong variable for image magick path --- lib/watermark.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/watermark.php') 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/"; } -- cgit v1.2.3