bug 2733 fixed: when creating a sub-album in a private album with

pwg.categories.add, it is automatically private too.


git-svn-id: http://piwigo.org/svn/branches/2.4@17668 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2012-08-30 12:52:40 +00:00
parent 391ac76cbe
commit 2c24b0b38a
3 changed files with 79 additions and 71 deletions
+2 -2
View File
@@ -309,8 +309,8 @@ function ws_addDefaultMethods( $arr )
'name' => array(),
'parent' => array('default' => null),
'comment' => array('default' => null),
'visible' => array('default' => boolean_to_string($conf['newcat_default_visible'])),
'status' => array('default' => $conf['newcat_default_status']),
'visible' => array('default' => null),
'status' => array('default' => null),
'commentable' => array('default' => 'true'),
),
'administration method only'