Changeset 2563 for trunk/ws.php


Ignore:
Timestamp:
Sep 21, 2008, 10:42:17 PM (16 years ago)
Author:
plg
Message:

new: webservice method pwg.categories.getAdminList was added so that pLoader
can see the list of categories as you can see in the administration
interface : not filtered by individual permissions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r2520 r2563  
    187187    'POST method only'
    188188    );
     189
     190  $service->addMethod(
     191    'pwg.categories.getAdminList',
     192    'ws_categories_getAdminList',
     193    array(),
     194    'administration method only'
     195    );
    189196}
    190197
Note: See TracChangeset for help on using the changeset viewer.