/grous/get_my_list returns only the IDs of the group, not their information

This commit is contained in:
Pierre HUBERT
2018-09-02 13:55:36 +02:00
parent 4f5ab6e966
commit 1ef7f662e5
2 changed files with 2 additions and 6 deletions

View File

@ -642,10 +642,6 @@ class GroupsController {
//Get the list of groups of the user
$list = components()->groups->getListUser(userID);
//Parse list
foreach($list as $num => $info)
$list[$num] = self::GroupInfoToAPI($info);
return $list;