From 50927b3569b389da6949d559805f2e846745921c Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 17 Jan 2014 22:19:44 +0000 Subject: admin rating improvements - use web service for deletion - use datatables for rating by user - use fontello icons git-svn-id: http://piwigo.org/svn/trunk@26837 68402e56-0260-453c-a942-63ccdbb3a9ee --- ws.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ws.php') diff --git a/ws.php b/ws.php index 5551c87df..fe81decf3 100644 --- a/ws.php +++ b/ws.php @@ -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', -- cgit v1.2.3