mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
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
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user