diff options
author | plegall <plg@piwigo.org> | 2009-01-08 23:31:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-01-08 23:31:49 +0000 |
commit | 48c1eef07e14e1d7a25a73fc02fabd628130fa9e (patch) | |
tree | 013ebb8e9308c77ac473f2150957ba15087be514 /ws.php | |
parent | 05b847a92a9b7eca1a36a907df8f3c92858ad084 (diff) |
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/branches/2.0@3064 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'ws.php')
-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), |