diff options
Diffstat (limited to 'indra/newview/llmutelist.cpp')
-rw-r--r-- | indra/newview/llmutelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmutelist.cpp b/indra/newview/llmutelist.cpp index eb0b7e620a..af86c801ac 100644 --- a/indra/newview/llmutelist.cpp +++ b/indra/newview/llmutelist.cpp @@ -254,7 +254,7 @@ BOOL LLMuteList::add(const LLMute& mute, U32 flags) if (result.second) { llinfos << "Muting " << localmute.mName << " id " << localmute.mID << " flags " << localmute.mFlags << llendl; - updateAdd(mute); + updateAdd(localmute); notifyObservers(); if(!(localmute.mFlags & LLMute::flagParticles)) { |