Skip to content

Commit

Permalink
I swear I changed this back to name already.
Browse files Browse the repository at this point in the history
  • Loading branch information
LiruMouse committed Mar 29, 2016
1 parent 86a657f commit 1c0abf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/llgroupmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ void LLGroupMgrGroupData::banMemberById(const LLUUID& participant_uuid)
LLGroupMgr::getInstance()->sendGroupMembersRequest(mID);
LLSD args;
std::string name;
LLAvatarNameCache::getNSName(participant_uuid, av_name);
LLAvatarNameCache::getNSName(participant_uuid, name);
args["AVATAR_NAME"] = name;
args["GROUP_NAME"] = mName;
LLNotifications::instance().add(LLNotification::Params("EjectAvatarFromGroup").substitutions(args));
Expand Down

0 comments on commit 1c0abf3

Please sign in to comment.