mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Improve #1321
This commit is contained in:
parent
c164f506bb
commit
8ab971f696
2 changed files with 5 additions and 23 deletions
|
|
@ -378,16 +378,13 @@ class communicationModel extends communication
|
|||
|
||||
$args = new stdClass();
|
||||
$args->member_srl = $logged_info->member_srl;
|
||||
|
||||
$output = executeQueryArray('communication.getFriendGroups', $args);
|
||||
|
||||
$group_list = $output->data;
|
||||
if(!$group_list)
|
||||
$friend_group_list = array();
|
||||
foreach ($output->data as $item)
|
||||
{
|
||||
return;
|
||||
$friend_group_list[$item->friend_group_srl] = $item;
|
||||
}
|
||||
|
||||
return $group_list;
|
||||
return $friend_group_list;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue