summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-09-30 15:03:07 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-09-30 15:03:07 -0700
commit77eda083f7295f13e652ffb75c79000b873588d3 (patch)
tree86b831f76e3206ba104d6dc483e16b37643d1c76 /indra
parent5ec66ba471ad1527710b6686353bc2688cbb72ed (diff)
fixing [NAME] issue for friend notifications with no message
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewermessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 9b1f2e67c6..4e40b706a0 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -2876,7 +2876,7 @@ void process_improved_im(LLMessageSystem *msg, void **user_data)
}
else
{
- args["NAME_SLURL"] = LLSLURL("agent", from_id, "about").getSLURLString();
+ args["NAME"] = LLSLURL("agent", from_id, "about").getSLURLString();
if(message.empty())
{
//support for frienship offers from clients before July 2008