related to #1465 Search action done in ajax, still need to construct response properly

This commit is contained in:
Matthieu Leproux
2021-08-20 15:11:48 +02:00
committed by plegall
parent 0d62df8cce
commit e96df2bcc6
5 changed files with 195 additions and 3 deletions

8
ws.php
View File

@@ -1244,6 +1244,14 @@ enabled_high, registration_date, registration_date_string, registration_date_sin
'Returns the favorite images of the current user.',
$ws_functions_root . 'pwg.users.php'
);
$service->addMethod(
'pwg.history.search',
'ws_history_search',
null,
'Gives an history of who has visited the galery and the actions done in it. Receives parameter.',
$ws_functions_root . 'pwg.php'
);
}
?>