fixed EXT-3886 Group Profile button does not always show group info
--HG-- branch : product-enginemaster
parent
1ccba5992e
commit
a656e7bbfd
|
|
@ -302,7 +302,7 @@ void LLPanelGroupControlPanel::setSessionId(const LLUUID& session_id)
|
|||
{
|
||||
LLPanelChatControlPanel::setSessionId(session_id);
|
||||
|
||||
mGroupID = LLIMModel::getInstance()->getOtherParticipantID(session_id);
|
||||
mGroupID = session_id;
|
||||
|
||||
// for group and Ad-hoc chat we need to include agent into list
|
||||
if(!mParticipantList)
|
||||
|
|
|
|||
Loading…
Reference in New Issue