diff options
author | Kelly Washington <kelly@lindenlab.com> | 2011-03-22 10:14:45 -0700 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2011-03-22 10:14:45 -0700 |
commit | a9ac07acf268577794ffdd3c855ad7977e6b212b (patch) | |
tree | 6738e266a8551fd9bef74649a451f4afcc03f45f /indra/newview | |
parent | 4386bb173b17ca499e0c63809b8c7227da3f0e1c (diff) |
ER-320 Fix public urls in top scripts.
Diffstat (limited to 'indra/newview')
-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; |