Changeset 11366


Ignore:
Timestamp:
Jun 14, 2011, 2:07:32 PM (13 years ago)
Author:
plg
Message:

merge r11365 from branch 2.2 to trunk

bug 2343 fixed: pwg.images.setInfo, the "level" should not be mandatory. If
the caller doesn't send this property, the level is unchanged.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r11155 r11366  
    351351      'tag_ids' => array('default' => null),
    352352      'level' => array(
    353         'default' => 0,
     353        'default' => null,
    354354        'maxValue' => $conf['available_permission_levels']
    355355        ),
Note: See TracChangeset for help on using the changeset viewer.