feature #410, use constant as default value

This commit is contained in:
plegall
2016-02-04 10:14:44 +01:00
parent 6af4590f01
commit c67bf030d1

2
ws.php
View File

@@ -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'
),
),