Changeset 11365


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

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
  • branches/2.2/ws.php

    r11152 r11365  
    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.