summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertopobjects.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-03-25 14:11:27 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-03-25 14:11:27 -0700
commitc7906b34fd637d02b638a1cf587be2b413d79243 (patch)
tree3e709f30fa3c21f34a8fe3d24b364c86062bd6b9 /indra/newview/llfloatertopobjects.cpp
parent3528753a3a5e2f569872c49cdf6154833f483245 (diff)
parent44774cd265306c6d29f0a63c0876c7fa7b84311e (diff)
Merge
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;