From 48c1eef07e14e1d7a25a73fc02fabd628130fa9e Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 8 Jan 2009 23:31:49 +0000 Subject: 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 --- ws.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ws.php') diff --git a/ws.php b/ws.php index fc920f3f4..7867f8001 100644 --- a/ws.php +++ b/ws.php @@ -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), -- cgit v1.2.3