aboutsummaryrefslogtreecommitdiff
path: root/lib/resize.php
diff options
context:
space:
mode:
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'));