Changeset 3176


Ignore:
Timestamp:
Mar 7, 2009, 8:04:59 PM (15 years ago)
Author:
ronosman
Message:

Categories list do not respect user authorizations. Replace categories.getAdminList with categories.getList.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extras/pLoader/trunk/src/Uploader/PWG/WebServices.pm

    r3162 r3176  
    8686        "%s/ws.php?format=json&method=%s&recursive=%s",
    8787        $self->urlbase,
    88         'pwg.categories.getAdminList',
     88#        'pwg.categories.getAdminList',
     89        'pwg.categories.getList',
    8990        'true',
    9091    );
Note: See TracChangeset for help on using the changeset viewer.