diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llimview.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index a38153c315..e2b678626b 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -2814,7 +2814,7 @@ void LLIMMgr::inviteToSession(  			if (isRejectDoNotDisturb && !isRejectGroupCall && !isRejectNonFriendCall)  			{  				LLSD args; -				LLIMMgr::getInstance()->addSystemMessage(session_id, "you_auto_rejected_call", args); +				addSystemMessage(session_id, "you_auto_rejected_call", args);  				send_do_not_disturb_message(gMessageSystem, caller_id, session_id);  			}  			// silently decline the call | 
