aboutsummaryrefslogtreecommitdiff
path: root/lib/resize.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-03 04:11:13 +0200
committerSem <sembrestels@riseup.net>2012-08-03 04:11:13 +0200
commit881c9a1e06c084738effd4e27b4d69029eda883f (patch)
tree170ea5968642342a300386f6b2ff6ecc4abc59f6 /lib/resize.php
parentdad0209bbd7994b623bc0126e3e37b1f521d2977 (diff)
downloadelgg-881c9a1e06c084738effd4e27b4d69029eda883f.tar.gz
elgg-881c9a1e06c084738effd4e27b4d69029eda883f.tar.bz2
Settings are saving in lightpics plugin now.
Diffstat (limited to 'lib/resize.php')
-rw-r--r--lib/resize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resize.php b/lib/resize.php
index 380e0c406..aa2eabea1 100644
--- a/lib/resize.php
+++ b/lib/resize.php
@@ -17,7 +17,7 @@
function tp_create_gd_thumbnails($file, $prefix, $filestorename) {
global $CONFIG;
- $image_sizes = elgg_get_plugin_setting('image_sizes', 'tidypics');
+ $image_sizes = elgg_get_plugin_setting('image_sizes', 'lightpics');
if (!$image_sizes) {
// move this out of library
register_error(elgg_echo('tidypics:nosettings'));