Skip to content
Snippets Groups Projects
Commit a9ac07ac authored by Kelly Washington's avatar Kelly Washington
Browse files

ER-320 Fix public urls in top scripts.

parent 4386bb17
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ void LLFloaterTopObjects::handleReply(LLMessageSystem *msg, void** data) ...@@ -185,7 +185,7 @@ void LLFloaterTopObjects::handleReply(LLMessageSystem *msg, void** data)
have_extended_data = true; have_extended_data = true;
msg->getU32("DataExtended", "TimeStamp", time_stamp, block); msg->getU32("DataExtended", "TimeStamp", time_stamp, block);
msg->getF32("DataExtended", "MonoScore", mono_score, 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; LLSD element;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment