Added groups default icon

This commit is contained in:
Pierre HUBERT
2018-07-03 11:14:16 +02:00
parent 8367bd81ac
commit 1e229455fc
2 changed files with 22 additions and 1 deletions

View File

@ -93,6 +93,7 @@ class GroupsController {
$data["id"] = $info->get_id();
$data["name"] = $info->get_name();
$data["icon_url"] = $info->get_icon_url();
$data["number_members"] = $info->get_number_members();
return $data;