summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-19 17:17:16 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-19 17:17:16 -0400
commit193dc112df0a75c2625828e5059e80178ee3d7c8 (patch)
treeacbdd42465996443a1c25c715731a8626fecfa52
parent3215c6c4ca9553abc1cb8097f2466a409b37af24 (diff)
enable per-appearance-change metrics sending
-rwxr-xr-xindra/newview/llvoavatarself.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index a39b1cf4bc..20f91811a3 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -2147,7 +2147,7 @@ void LLVOAvatarSelf::sendAppearanceChangeMetrics()
if (getRegion())
{
// runway - change here to activate.
- caps_url = "";//getRegion()->getCapability("ViewerMetrics");
+ caps_url = getRegion()->getCapability("ViewerMetrics");
}
if (!caps_url.empty())
{