Skip to content
Snippets Groups Projects
Commit dbb67c32 authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

merge

parent 46580971
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "llpanelgroupinvite.h" #include "llpanelgroupinvite.h"
#include "lltrans.h" #include "lltrans.h"
#include "lldraghandle.h" #include "lldraghandle.h"
#include "llagent.h"
#include "llgroupmgr.h" #include "llgroupmgr.h"
class LLFloaterGroupInvite::impl class LLFloaterGroupInvite::impl
...@@ -126,6 +127,7 @@ void LLFloaterGroupInvite::showForGroup(const LLUUID& group_id, uuid_vec_t *agen ...@@ -126,6 +127,7 @@ void LLFloaterGroupInvite::showForGroup(const LLUUID& group_id, uuid_vec_t *agen
(LLFloaterGroupInvite*)NULL); (LLFloaterGroupInvite*)NULL);
// refresh group information // refresh group information
gAgent.sendAgentDataUpdateRequest();
LLGroupMgr::getInstance()->clearGroupData(group_id); LLGroupMgr::getInstance()->clearGroupData(group_id);
......
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