diff options
author | rvelices <rv-github@modusoptimus.com> | 2014-01-17 22:20:56 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2014-01-17 22:20:56 +0000 |
commit | a5e853c618da907f14299bc78233311d5d4b036c (patch) | |
tree | a41a64708448a09ab91b96fd469e452cfd454e7b /ws.php | |
parent | a02af472bc2e39f466dcb0b658333e437a28455e (diff) |
merge -r26837 from trunk to branch 2.6
admin rating improvements
- use web service for deletion
- use datatables for rating by user
- use fontello icons
git-svn-id: http://piwigo.org/svn/branches/2.6@26838 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'ws.php')
-rw-r--r-- | ws.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -307,6 +307,7 @@ function ws_addDefaultMethods( $arr ) array( 'user_id' => array('type'=>WS_TYPE_ID), 'anonymous_id' => array('default'=>null), + 'image_id' => array('flags'=>WS_PARAM_OPTIONAL, 'type'=>WS_TYPE_ID), ), 'Deletes all rates for a user.', $ws_functions_root . 'pwg.php', |