mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
issue #2132 album selector hierarchy added to search page
This commit is contained in:
@@ -158,6 +158,10 @@ function ws_addDefaultMethods( $arr )
|
||||
'info' => implode(',', array_keys(ImageStdParams::get_defined_type_map()))
|
||||
),
|
||||
'search' => array('default' => null),
|
||||
'limit' => array(
|
||||
'default' => null,
|
||||
'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE,
|
||||
'info' => 'Parameter not compatible with recursive=true'),
|
||||
),
|
||||
'Returns a list of categories.',
|
||||
$ws_functions_root . 'pwg.categories.php'
|
||||
|
||||
Reference in New Issue
Block a user