From 6af4590f01c7ea249c6d03b37fb1001ce96b7f4c Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 3 Feb 2016 10:21:36 +0100 Subject: fixes #410, add param thumbnail_size to pwg.categories.getList --- ws.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ws.php') diff --git a/ws.php b/ws.php index 66e6a707d..16695b697 100644 --- a/ws.php +++ b/ws.php @@ -193,6 +193,10 @@ function ws_addDefaultMethods( $arr ) 'type'=>WS_TYPE_BOOL), 'fullname' => array('default'=>false, 'type'=>WS_TYPE_BOOL), + 'thumbnail_size' => array( + 'default' => 'thumb', + 'info' => 'square, thumb, 2small, xsmall, small, medium, large, xlarge, xxlarge' + ), ), 'Returns a list of categories.', $ws_functions_root . 'pwg.categories.php' -- cgit v1.2.3