diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index 0c52e5e..fd43e89 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -171,6 +171,8 @@ namespace OpenSim.Framework.Communications.Capabilities | |||
171 | m_capsHandlers["UpdateScriptAgentInventory"] = m_capsHandlers["UpdateNotecardAgentInventory"]; | 171 | m_capsHandlers["UpdateScriptAgentInventory"] = m_capsHandlers["UpdateNotecardAgentInventory"]; |
172 | m_capsHandlers["UpdateScriptTaskInventory"] = | 172 | m_capsHandlers["UpdateScriptTaskInventory"] = |
173 | new RestStreamHandler("POST", capsBase + m_notecardTaskUpdatePath, ScriptTaskInventory); | 173 | new RestStreamHandler("POST", capsBase + m_notecardTaskUpdatePath, ScriptTaskInventory); |
174 | m_capsHandlers["UpdateScriptAgent"] = m_capsHandlers["UpdateScriptAgentInventory"]; | ||
175 | m_capsHandlers["UpdateScriptTask"] = m_capsHandlers["UpdateScriptTaskInventory"]; | ||
174 | 176 | ||
175 | // justincc: I've disabled the CAPS service for now to fix problems with selecting textures, and | 177 | // justincc: I've disabled the CAPS service for now to fix problems with selecting textures, and |
176 | // subsequent inventory breakage, in the edit object pane (such as mantis 1085). This requires | 178 | // subsequent inventory breakage, in the edit object pane (such as mantis 1085). This requires |