mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user