Changeset 17669 for trunk/ws.php


Ignore:
Timestamp:
Aug 30, 2012, 2:54:29 PM (12 years ago)
Author:
plg
Message:

merge r17668 from branch 2.4 to trunk

bug 2733 fixed: when creating a sub-album in a private album with
pwg.categories.add, it is automatically private too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r15850 r17669  
    310310      'parent' => array('default' => null),
    311311      'comment' => array('default' => null),
    312       'visible' => array('default' => boolean_to_string($conf['newcat_default_visible'])),
    313       'status' => array('default' => $conf['newcat_default_status']),
     312      'visible' => array('default' => null),
     313      'status' => array('default' => null),
    314314      'commentable' => array('default' => 'true'),
    315315      ),
Note: See TracChangeset for help on using the changeset viewer.