diff options
author | alain@945battery-guestA-183.lindenlab.com <alain@945battery-guestA-183.lindenlab.com> | 2011-03-28 13:34:44 -0700 |
---|---|---|
committer | alain@945battery-guestA-183.lindenlab.com <alain@945battery-guestA-183.lindenlab.com> | 2011-03-28 13:34:44 -0700 |
commit | d97d1326c24f7f163fbeabb3ad41f72c9ded950d (patch) | |
tree | 7a627ca284486c0b6f91bbcf323a1bed9437fdcf /indra/newview/llfloatertopobjects.cpp | |
parent | 7564583238c8fabe042dedf7d7491fa0a81db8f3 (diff) | |
parent | 5b316df2249fc62c1e6a4f089b9726c4e62f23e0 (diff) |
merge
Diffstat (limited to 'indra/newview/llfloatertopobjects.cpp')
-rw-r--r-- | indra/newview/llfloatertopobjects.cpp | 2 |
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; |