mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-29 20:59:59 +03:00
missing piece of code for #1098 to make the number of checksum configurable
This commit is contained in:
parent
ea25f5b3a4
commit
cade53577c
1 changed files with 1 additions and 1 deletions
2
ws.php
2
ws.php
|
@ -502,7 +502,7 @@ function ws_addDefaultMethods( $arr )
|
|||
'pwg.images.setMd5sum',
|
||||
'ws_images_setMd5sum',
|
||||
array(
|
||||
'block_size' => array('default'=>1000, 'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE),
|
||||
'block_size' => array('default'=>$conf['checksum_compute_blocksize'], 'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE),
|
||||
'pwg_token' => array(),
|
||||
),
|
||||
'Set md5sum column, by blocks. Returns how many md5sums were added and how many are remaining.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue