summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertopobjects.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-04 15:26:56 -0400
committerOz Linden <oz@lindenlab.com>2011-04-04 15:26:56 -0400
commit94aa24a89ee96689633fad4e7250f6f81b6b76c1 (patch)
tree58eaa9b1e6af1eea6aedffe51d758f177217f172 /indra/newview/llfloatertopobjects.cpp
parent1a2cc89cc59d92e768e109a1a822bfedfd9aaf01 (diff)
parente952f77a505cf274ca0b3ea95b504a51e757806a (diff)
merge changes for social-859
Diffstat (limited to 'indra/newview/llfloatertopobjects.cpp')
-rw-r--r--indra/newview/llfloatertopobjects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertopobjects.cpp b/indra/newview/llfloatertopobjects.cpp
index 2aaf403d5f..19f6038b56 100644
--- a/indra/newview/llfloatertopobjects.cpp
+++ b/indra/newview/llfloatertopobjects.cpp
@@ -185,7 +185,7 @@ void LLFloaterTopObjects::handleReply(LLMessageSystem *msg, void** data)
have_extended_data = true;
msg->getU32("DataExtended", "TimeStamp", time_stamp, block);
msg->getF32("DataExtended", "MonoScore", mono_score, block);
- msg->getS32(_PREHASH_ReportData,"PublicURLs",public_urls,block);
+ msg->getS32("DataExtended", "PublicURLs", public_urls, block);
}
LLSD element;