Skip to content
Snippets Groups Projects
Commit a656e7bb authored by Igor Borovkov's avatar Igor Borovkov
Browse files

fixed EXT-3886 Group Profile button does not always show group info

--HG--
branch : product-engine
parent 1ccba599
No related branches found
No related tags found
No related merge requests found
...@@ -302,7 +302,7 @@ void LLPanelGroupControlPanel::setSessionId(const LLUUID& session_id) ...@@ -302,7 +302,7 @@ void LLPanelGroupControlPanel::setSessionId(const LLUUID& session_id)
{ {
LLPanelChatControlPanel::setSessionId(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 // for group and Ad-hoc chat we need to include agent into list
if(!mParticipantList) if(!mParticipantList)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment