From 91b0ba38abb7f4158ec0cca3a21e85badacd2303 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sun, 3 Apr 2011 15:59:35 +0000 Subject: merge r10017 from trunk to 2.2 (bug:1023) git-svn-id: http://piwigo.org/svn/branches/2.2@10022 68402e56-0260-453c-a942-63ccdbb3a9ee --- ws.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ws.php') diff --git a/ws.php b/ws.php index c2d2115d7..7bc4dc21c 100644 --- a/ws.php +++ b/ws.php @@ -42,6 +42,9 @@ function ws_addDefaultMethods( $arr ) $service = &$arr[0]; $service->addMethod('pwg.getVersion', 'ws_getVersion', null, 'retrieves the PWG version'); + + $service->addMethod('pwg.getInfos', 'ws_getInfos', null, + 'retrieves general informations'); $service->addMethod('pwg.caddie.add', 'ws_caddie_add', array( -- cgit v1.2.3