summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/newview/llfloaternotificationstabbed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaternotificationstabbed.cpp b/indra/newview/llfloaternotificationstabbed.cpp
index 09f0a0ed5e..bdc10cfa63 100644
--- a/indra/newview/llfloaternotificationstabbed.cpp
+++ b/indra/newview/llfloaternotificationstabbed.cpp
@@ -341,7 +341,7 @@ void LLFloaterNotificationsTabbed::onStoreToast(LLPanel* info_panel, LLUUID id)
LLSD payload = toast->getNotification()->getPayload();
LLDate time_stamp = toast->getNotification()->getDate();
p.group_id = payload["group_id"];
- p.sender = payload["name"];
+ p.sender = payload["name"].asString();
p.time_stamp = time_stamp;
addItem(p);
}