diff options
author | plegall <plg@piwigo.org> | 2008-09-11 22:19:04 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-09-11 22:19:04 +0000 |
commit | 272113c4175992de5dee7fed77fa2ab9fdef2850 (patch) | |
tree | d489b2dd91e22f827ff744a19a9743849d875e9f /ws.php | |
parent | 197d4a92e7a68e9e0455239c17fb19462795e609 (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.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -181,7 +181,8 @@ function ws_addDefaultMethods( $arr ) 'file_content', 'file_sum', 'thumbnail_content', - 'thumbnail_sum' + 'thumbnail_sum', + 'rank', ), 'POST method only' ); |