diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-10-03 18:28:36 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-10-03 18:28:36 +0000 |
commit | 29da1ff8d4e70f81c401730117a832a1238399dc (patch) | |
tree | 4f507178fd473cf86f4c5a5ee1576bf99d9b685f /lib/watermark.php | |
parent | 82ed7baf78c3005309487fc4e8b075cba9249e8b (diff) | |
download | elgg-29da1ff8d4e70f81c401730117a832a1238399dc.tar.gz elgg-29da1ff8d4e70f81c401730117a832a1238399dc.tar.bz2 |
cleaned up the names of ImageMagick functions
Diffstat (limited to 'lib/watermark.php')
-rw-r--r-- | lib/watermark.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/watermark.php b/lib/watermark.php index e28194b18..896be72fa 100644 --- a/lib/watermark.php +++ b/lib/watermark.php @@ -90,7 +90,7 @@ function tp_imagick_watermark($filename) { return true; } -function tp_imagick_cmdline_watermark($filename) { +function tp_im_cmdline_watermark($filename) { $watermark_text = get_plugin_setting('watermark_text', 'tidypics'); if (!$watermark_text) |