mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature #410, use constant as default value
This commit is contained in:
@@ -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'
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user