diff --git a/htdocs/webservices/server_category.php b/htdocs/webservices/server_category.php index dbe9949db46..b08aa90d763 100755 --- a/htdocs/webservices/server_category.php +++ b/htdocs/webservices/server_category.php @@ -196,7 +196,13 @@ $server->register( ); -// return category infos and children +/** + * Get category infos and children + * + * @param array $authentication Array of authentication information + * @param int $id Id of object + * @return mixed + */ function getCategory($authentication,$id) { global $db,$conf,$langs;