diff options
author | patdenice <patdenice@piwigo.org> | 2011-05-03 14:21:35 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-05-03 14:21:35 +0000 |
commit | 3ba5410a5f81160e555dfdd5ff3d6bb2fa8e534f (patch) | |
tree | 9e8561b2dc6554e364d21f5e2e2c44a7ee4af5bf /include/ws_functions.inc.php | |
parent | 8a1214f7e7d9f861be5b9bdc21edc79dcf08eb04 (diff) |
feature:2284
Add param library for websize resize web service.
git-svn-id: http://piwigo.org/svn/trunk@10747 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/ws_functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index 08c3394af..110c7f4c6 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -2752,7 +2752,7 @@ SELECT id, path, tn_ext, has_high } $result = false; - $img = new pwg_image($hd_path); + $img = new pwg_image($hd_path, $params['library']); $result = $img->pwg_resize( $image_path, |