mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
Update ws.php, fix typos
This commit is contained in:
parent
634509ce43
commit
f36d6f006d
1 changed files with 1 additions and 1 deletions
2
ws.php
2
ws.php
|
@ -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)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue