Skip to content

Commit

Permalink
feature:2284
Browse files Browse the repository at this point in the history
Add param library for websize resize web service.

git-svn-id: http://piwigo.org/svn/trunk@10747 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
patdenice committed May 3, 2011
1 parent 8a1214f commit 3ba5410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ws_functions.inc.php
Expand Up @@ -2752,7 +2752,7 @@ function ws_images_resizewebsize($params, &$service)
}

$result = false;
$img = new pwg_image($hd_path);
$img = new pwg_image($hd_path, $params['library']);

$result = $img->pwg_resize(
$image_path,
Expand Down

0 comments on commit 3ba5410

Please sign in to comment.