aboutsummaryrefslogtreecommitdiffstats
path: root/ws.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2008-10-05 21:22:57 +0000
committerplegall <plg@piwigo.org>2008-10-05 21:22:57 +0000
commitb53cddbf6ae1eb70170dd8a31e3cba879929797e (patch)
tree2ccc44d984766b06f849edbaf79666ca9b4afe99 /ws.php
parent0bdc6a5dac8ee12cf630b42e4a8d6a0be4116ae2 (diff)
feature 885 added: pwg.images.add web API method now supports additional
high resolution format. git-svn-id: http://piwigo.org/svn/trunk@2670 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'ws.php')
-rw-r--r--ws.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ws.php b/ws.php
index 0c63e0fb5..6c0ce26ad 100644
--- a/ws.php
+++ b/ws.php
@@ -180,6 +180,8 @@ function ws_addDefaultMethods( $arr )
'file_sum' => array(),
'thumbnail_content' => array(),
'thumbnail_sum' => array(),
+ 'high_content' => array('default' => null),
+ 'high_sum' => array('default' => null),
'name' => array('default' => null),
'author' => array('default' => null),
'date_creation' => array('default' => null),