diff options
Diffstat (limited to 'ws.php')
-rw-r--r-- | ws.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -411,6 +411,8 @@ function ws_addDefaultMethods( $arr ) 'image_id' => array('default' => null), 'image_path' => array('default' => null), 'type' => array('default' => 'thumbnail'), + 'automatic_rotation' => array('default' => $conf['upload_form_automatic_rotation']), + 'library' => array('default' => $conf['image_library']), 'maxwidth' => array('default' => null), 'maxheight' => array('default' => null), 'crop' => array('default' => null), |