aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ws.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws.php b/ws.php
index 7b60a56c3..f3c63b940 100644
--- a/ws.php
+++ b/ws.php
@@ -350,7 +350,7 @@ function ws_addDefaultMethods( $arr )
'categories' => array('default' => null),
'tag_ids' => array('default' => null),
'level' => array(
- 'default' => 0,
+ 'default' => null,
'maxValue' => $conf['available_permission_levels']
),
'single_value_mode' => array('default' => 'fill_if_empty'),