aboutsummaryrefslogtreecommitdiffstats
path: root/ws.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2008-09-11 22:19:04 +0000
committerplegall <plg@piwigo.org>2008-09-11 22:19:04 +0000
commit272113c4175992de5dee7fed77fa2ab9fdef2850 (patch)
treed489b2dd91e22f827ff744a19a9743849d875e9f /ws.php
parent197d4a92e7a68e9e0455239c17fb19462795e609 (diff)
feature added: ability to set rank from webservice upload.
git-svn-id: http://piwigo.org/svn/trunk@2520 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'ws.php')
-rw-r--r--ws.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/ws.php b/ws.php
index fc95a6a45..ff4d35ce2 100644
--- a/ws.php
+++ b/ws.php
@@ -181,7 +181,8 @@ function ws_addDefaultMethods( $arr )
'file_content',
'file_sum',
'thumbnail_content',
- 'thumbnail_sum'
+ 'thumbnail_sum',
+ 'rank',
),
'POST method only'
);