From 54707bb3188d3e29259586226631d65c49ece721 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 14 Jul 2012 11:32:14 -0400 Subject: removed some deprecated functions --- lib/watermark.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/watermark.php') diff --git a/lib/watermark.php b/lib/watermark.php index 5b9a4abcd..a2aebffd9 100644 --- a/lib/watermark.php +++ b/lib/watermark.php @@ -138,7 +138,7 @@ function tp_imagick_watermark($filename) { */ function tp_im_cmdline_watermark($filename) { - $watermark_text = get_plugin_setting('watermark_text', 'tidypics'); + $watermark_text = elgg_get_plugin_setting('watermark_text', 'tidypics'); if (!$watermark_text) { return; } @@ -148,7 +148,7 @@ function tp_im_cmdline_watermark($filename) { return; } - $im_path = get_plugin_setting('im_path', 'tidypics'); + $im_path = elgg_get_plugin_setting('im_path', 'tidypics'); if (!$im_path) { $im_path = "/usr/bin/"; } -- cgit v1.2.3