Changeset 2584 for trunk/ws.php


Ignore:
Timestamp:
Sep 24, 2008, 11:30:33 PM (16 years ago)
Author:
plg
Message:

new: WebService method pwg.tags.getAdminList was added. The difference with
pwg.tags.getList is that this new method doesn't take permissions into
account, and so is available only for administrator connected users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r2583 r2584  
    212212    'administration method only'
    213213    );
     214
     215  $service->addMethod(
     216    'pwg.tags.getAdminList',
     217    'ws_tags_getAdminList',
     218    array(),
     219    'administration method only'
     220    );
    214221}
    215222
Note: See TracChangeset for help on using the changeset viewer.