Update ws.php, fix typos

This commit is contained in:
Bob Conan 2024-10-10 17:12:47 -05:00 committed by Pierrick Le Gall
parent 634509ce43
commit f36d6f006d

2
ws.php
View file

@ -833,7 +833,7 @@ function ws_addDefaultMethods( $arr )
'pwg_token' => array(), 'pwg_token' => array(),
'category_id' => array('type'=>WS_TYPE_ID), 'category_id' => array('type'=>WS_TYPE_ID),
), ),
'Notifiy Piwigo you have finished to upload a set of photos. It will empty the lounge, if any.', 'Notify Piwigo you have finished uploading a set of photos. It will empty the lounge, if any.',
$ws_functions_root . 'pwg.images.php', $ws_functions_root . 'pwg.images.php',
array('admin_only'=>true) array('admin_only'=>true)
); );