diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-29 17:10:00 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-29 17:10:00 +0000 |
commit | 90825d08ea8c6af10aadc2067cf8fbf125c8a29f (patch) | |
tree | 4526c7594bd9ce3d9d4f0c47ae5af406fc7e75b1 /ws.php | |
parent | 920f8b443a300d2d2fa429b8188efec10314dd97 (diff) |
feature:2284
Rename $conf['image_library'] into $conf['graphics_library']
Display library used in admin intro page.
git-svn-id: http://piwigo.org/svn/trunk@10684 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'ws.php')
-rw-r--r-- | ws.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ function ws_addDefaultMethods( $arr ) 'image_path' => array('default' => null), 'type' => array('default' => 'thumbnail'), 'automatic_rotation' => array('default' => $conf['upload_form_automatic_rotation']), - 'library' => array('default' => $conf['image_library']), + 'library' => array('default' => $conf['graphics_library']), 'maxwidth' => array('default' => null), 'maxheight' => array('default' => null), 'crop' => array('default' => null), |