mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
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
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user