diff options
author | Denis Serdjuk <dserduk@productengine.com> | 2010-01-29 17:22:36 +0200 |
---|---|---|
committer | Denis Serdjuk <dserduk@productengine.com> | 2010-01-29 17:22:36 +0200 |
commit | 0524e91aae36d87d8e0944fd294e02f145d5d547 (patch) | |
tree | 5dd0caace8954994810f6881d06d0139f02c88e8 /indra/newview/llviewermessage.cpp | |
parent | d643a16c384332de535e6b6ec93f3437604a66e3 (diff) |
fixed bug EXT-4122 [BSI] Notification about \"maximum number of groups\" returns redundant information
The hardcoded and unlocalized dataserver response has been removed from the message of notification.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 55b0d6fa8b..9240833632 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -630,7 +630,6 @@ bool join_group_response(const LLSD& notification, const LLSD& response) delete_context_data = FALSE; LLSD args; args["NAME"] = name; - args["INVITE"] = message; LLNotificationsUtil::add("JoinedTooManyGroupsMember", args, notification["payload"]); } } |