aboutsummaryrefslogtreecommitdiffstats
path: root/ws.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-12-13 14:41:59 +0000
committerplegall <plg@piwigo.org>2011-12-13 14:41:59 +0000
commitdf9bc84102b7bb5ee57ab07ccac816644057020f (patch)
tree674bb23fbb2ace7084bdd44c52d1111ec1af5e72 /ws.php
parent5dca66c7d1d6ff04f313d371ea2bf45284d20862 (diff)
feature 2533 added: ability to deactivate uniqueness check on pwg.images.add
git-svn-id: http://piwigo.org/svn/branches/2.3@12725 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'ws.php')
-rw-r--r--ws.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ws.php b/ws.php
index 1b43cc2b5..c7781093b 100644
--- a/ws.php
+++ b/ws.php
@@ -241,6 +241,7 @@ function ws_addDefaultMethods( $arr )
'maxValue' => $conf['available_permission_levels']
),
'resize' => array('default' => false),
+ 'check_uniqueness' => array('default' => true),
),
'POST method only.
<br><b>categories</b> is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.'