diff options
author | plegall <plg@piwigo.org> | 2016-02-04 10:14:44 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-02-04 10:14:44 +0100 |
commit | c67bf030d1e99c8c0ddbce9e3d84336a333597bd (patch) | |
tree | bee7ad39b46c6753ad458bb4a57ae6f87596c0e9 /ws.php | |
parent | 6af4590f01c7ea249c6d03b37fb1001ce96b7f4c (diff) |
feature #410, use constant as default value
Diffstat (limited to 'ws.php')
-rw-r--r-- | ws.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ), ), |