mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 00:53:04 +02:00
feature #321, pwg.categories.getList returns status
This commit is contained in:
@@ -193,7 +193,7 @@ function ws_std_get_image_xml_attributes()
|
||||
function ws_std_get_category_xml_attributes()
|
||||
{
|
||||
return array(
|
||||
'id', 'url', 'nb_images', 'total_nb_images', 'nb_categories', 'date_last', 'max_date_last',
|
||||
'id', 'url', 'nb_images', 'total_nb_images', 'nb_categories', 'date_last', 'max_date_last', 'status',
|
||||
);
|
||||
}
|
||||
|
||||
@@ -235,4 +235,4 @@ function categories_flatlist_to_tree($categories)
|
||||
return $tree;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user