Changeset 8309 for trunk/ws.php


Ignore:
Timestamp:
Dec 26, 2010, 11:52:35 PM (13 years ago)
Author:
plg
Message:

feature 2085: forgotten file for r8297

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r8273 r8309  
    389389<br>administration status required'
    390390    );
     391
     392  $service->addMethod(
     393    'pwg.themes.performAction',
     394    'ws_themes_performAction',
     395    array(
     396      'action' => array('default' => null),
     397      'themes' => array('default' => null),
     398      'pwg_token' => array('default' => null),
     399      ),
     400    'activate/deactivate/delete/set_default a theme<br>administration status required'
     401    );
    391402}
    392403
Note: See TracChangeset for help on using the changeset viewer.