Skip to content

Commit

Permalink
bug 2982: pwg.categories.add parent parameter can be 0
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@25264 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Oct 31, 2013
1 parent 73d9f75 commit 32fa3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws.php
Expand Up @@ -479,7 +479,7 @@ function ws_addDefaultMethods( $arr )
array(
'name' => array(),
'parent' => array('default'=>null,
'type'=>WS_TYPE_ID),
'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE),
'comment' => array('default'=>null),
'visible' => array('default'=>true,
'type'=>WS_TYPE_BOOL),
Expand Down

0 comments on commit 32fa3ac

Please sign in to comment.