mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1465 Search action done in ajax, still need to construct response properly
This commit is contained in:
committed by
plegall
parent
0d62df8cce
commit
e96df2bcc6
8
ws.php
8
ws.php
@@ -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'
|
||||
);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user