mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
Added Pagination, page size set to 100K
This commit is contained in:
committed by
plegall
parent
a06bc75959
commit
6eacc5ea6f
@@ -83,7 +83,10 @@ function ws_addDefaultMethods( $arr )
|
||||
$service->addMethod(
|
||||
'pwg.activity.getList',
|
||||
'ws_getActivityList',
|
||||
null,
|
||||
array(
|
||||
'page' => array('default'=>null,
|
||||
'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE),
|
||||
),
|
||||
'Returns general informations.',
|
||||
$ws_functions_root . 'pwg.php',
|
||||
array('admin_only'=>true)
|
||||
|
||||
Reference in New Issue
Block a user