diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2010-10-14 12:01:40 -0700 |
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2010-10-14 12:01:40 -0700 |
| commit | b049db546a5970d268014f3d0d5375834cdaf59d (patch) | |
| tree | 6cda035a4ed62c7f2f391869ca743d13fbc06775 /indra/newview/llviewermessage.cpp | |
| parent | 330ea83c3dd8f56f4cef56481f951b705d28f027 (diff) | |
DN-177 Cannot click on Name in Friend Request to view profile - and no profile pic in friend request
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
| -rw-r--r-- | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 4e40b706a0..9b1f2e67c6 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"] = LLSLURL("agent", from_id, "about").getSLURLString(); + args["NAME_SLURL"] = LLSLURL("agent", from_id, "about").getSLURLString(); if(message.empty()) { //support for frienship offers from clients before July 2008 |
