mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 08:35:18 +00:00
Can return the URL and the description of a group to the API.
This commit is contained in:
@ -621,6 +621,8 @@ class GroupsController {
|
||||
$data = self::GroupInfoToAPI($info);
|
||||
|
||||
$data["time_create"] = $info->get_time_create();
|
||||
$data["description"] = $info->get_description();
|
||||
$data["url"] = $info->get_url();
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user