summaryrefslogtreecommitdiff
path: root/indra/newview/llavatarpropertiesprocessor.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-03-12 00:04:18 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-03-12 00:06:33 +0200
commit259c5e3ffe101f75775a9e574e5436b434af58c1 (patch)
treef47977c6beed74b474f04cb61c5ab0bf369dbed2 /indra/newview/llavatarpropertiesprocessor.cpp
parent8fce056c645dde7121302ab130e90db15cd5868a (diff)
SL-16937 New Profile capability, PUT method #2
Diffstat (limited to 'indra/newview/llavatarpropertiesprocessor.cpp')
-rw-r--r--indra/newview/llavatarpropertiesprocessor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.cpp b/indra/newview/llavatarpropertiesprocessor.cpp
index c82f414179..20bdccfe63 100644
--- a/indra/newview/llavatarpropertiesprocessor.cpp
+++ b/indra/newview/llavatarpropertiesprocessor.cpp
@@ -116,7 +116,9 @@ void LLAvatarPropertiesProcessor::sendRequest(const LLUUID& avatar_id, EAvatarPr
return;
}
- std::string cap = gAgent.getRegionCapability("AgentProfile");
+ // Cap is not ready for global use
+ //std::string cap = gAgent.getRegionCapability("AgentProfile");
+ std::string cap;
switch (type)
{