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