aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-09 15:49:09 +0000
committerJustin Clark-Casey (justincc)2009-11-09 15:49:09 +0000
commit668850b974fba428a527c01249e8e76619461d23 (patch)
tree7edbae7e80fe1197a908914ffb24b46178bccc56 /OpenSim/Region/Framework
parentadd unit test for iar & escaping (diff)
downloadopensim-SC_OLD-668850b974fba428a527c01249e8e76619461d23.zip
opensim-SC_OLD-668850b974fba428a527c01249e8e76619461d23.tar.gz
opensim-SC_OLD-668850b974fba428a527c01249e8e76619461d23.tar.bz2
opensim-SC_OLD-668850b974fba428a527c01249e8e76619461d23.tar.xz
* for iars, allow item names/folders including "/" to be escaped using "\/"
* also, "\" has to be escaped as "\\" * add item name unit test for escaped characters
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index 00743fc..c689aba 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -93,7 +93,6 @@ namespace OpenSim.Region.Framework.Scenes
93 93
94 public void AddInventoryItem(UUID AgentID, InventoryItemBase item) 94 public void AddInventoryItem(UUID AgentID, InventoryItemBase item)
95 { 95 {
96
97 if (InventoryService.AddItem(item)) 96 if (InventoryService.AddItem(item))
98 { 97 {
99 int userlevel = 0; 98 int userlevel = 0;