mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
feature 967: optionnaly transmit the original filename to pwg.images.add. When
transmitted, it fills the images.file column. git-svn-id: http://piwigo.org/svn/branches/2.0@4910 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -204,6 +204,7 @@ function ws_addDefaultMethods( $arr )
|
||||
'thumbnail_sum' => array(),
|
||||
'high_sum' => array('default' => null),
|
||||
'original_sum' => array(),
|
||||
'original_filename' => array('default' => null),
|
||||
'name' => array('default' => null),
|
||||
'author' => array('default' => null),
|
||||
'date_creation' => array('default' => null),
|
||||
|
||||
Reference in New Issue
Block a user