aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/thumbnail.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template/thumbnail.tpl')
-rw-r--r--admin/themes/default/template/thumbnail.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/themes/default/template/thumbnail.tpl b/admin/themes/default/template/thumbnail.tpl
index 5e981c3ef..8a2dec411 100644
--- a/admin/themes/default/template/thumbnail.tpl
+++ b/admin/themes/default/template/thumbnail.tpl
@@ -30,9 +30,8 @@ function processThumbs(width,height,crop,follow_orientation) {
type: 'GET',
url: 'ws.php',
data: {
- method: 'pwg.images.resize',
+ method: 'pwg.images.resizeThumbnail',
image_path: image_path,
- type: 'thumbnail',
maxwidth: width,
maxheight: height,
crop: crop,