From c67bf030d1e99c8c0ddbce9e3d84336a333597bd Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 4 Feb 2016 10:14:44 +0100 Subject: feature #410, use constant as default value --- ws.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ws.php') diff --git a/ws.php b/ws.php index 16695b697..44e34b3a6 100644 --- a/ws.php +++ b/ws.php @@ -194,7 +194,7 @@ function ws_addDefaultMethods( $arr ) 'fullname' => array('default'=>false, 'type'=>WS_TYPE_BOOL), 'thumbnail_size' => array( - 'default' => 'thumb', + 'default' => IMG_THUMB, 'info' => 'square, thumb, 2small, xsmall, small, medium, large, xlarge, xxlarge' ), ), -- cgit v1.2.3