mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
merge r4910 from branch 2.0 to trunk
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/trunk@4911 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