diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-29 17:38:59 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-29 17:38:59 +0000 |
commit | 0db141fc62c90de376a2658868a0c3f42f45395b (patch) | |
tree | ba4bb2c2704ff27ec1606a08772389e201e31b3a /admin/themes/default/template/thumbnail.tpl | |
parent | 4f8e0b54acae2ee65f6f2cdebcb8e830064febb5 (diff) |
feature:2259
Create two different methods in webservice to create/regenerate thumbnail and to regenerate websize.
git-svn-id: http://piwigo.org/svn/trunk@10686 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/thumbnail.tpl | 3 |
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, |