diff options
author | plegall <plg@piwigo.org> | 2009-01-08 23:33:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-01-08 23:33:35 +0000 |
commit | 83275fd03618ec8891283c056d323f6bd398a831 (patch) | |
tree | 2d3de321da81dc6123afb7705ebb2e46d7007b03 /ws.php | |
parent | ff0dfb9d7436ae0b91ed05a916aa17af9a19b8c0 (diff) |
merge r3064 from branch 2.0 to trunk
bug 912 fixed: we need an extra original_sum to pwg.images.add API method to
check photo existence. Using the file_sum was a bad idea.
git-svn-id: http://piwigo.org/svn/trunk@3065 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | ws.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -182,6 +182,7 @@ function ws_addDefaultMethods( $arr ) 'thumbnail_sum' => array(), 'high_content' => array('default' => null), 'high_sum' => array('default' => null), + 'original_sum' => array(), 'name' => array('default' => null), 'author' => array('default' => null), 'date_creation' => array('default' => null), |