diff options
author | plegall <plg@piwigo.org> | 2016-02-23 15:35:49 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-02-23 15:35:49 +0100 |
commit | e936d291ebd2ffbffd6eabe33b8e26c979171900 (patch) | |
tree | c9bcba0391cc897da7995192282169ee9da0a56e /include/ws_functions.inc.php | |
parent | be671c140108be5c1861e5969efdf9bad597968e (diff) |
feature #321, pwg.categories.getList returns status
Diffstat (limited to 'include/ws_functions.inc.php')
-rw-r--r-- | include/ws_functions.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index c36efec69..8834ac834 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -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; } -?>
\ No newline at end of file +?> |