diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 1 |
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 e8a8a6e..e6e0354 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -2420,7 +2420,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2420 | else | 2420 | else |
2421 | { | 2421 | { |
2422 | XmlDocument doc = new XmlDocument(); | 2422 | XmlDocument doc = new XmlDocument(); |
2423 | doc.XmlResolver=null; | ||
2424 | doc.LoadXml(xmlData); | 2423 | doc.LoadXml(xmlData); |
2425 | XmlElement e = (XmlElement)doc.SelectSingleNode("/CoalescedObject"); | 2424 | XmlElement e = (XmlElement)doc.SelectSingleNode("/CoalescedObject"); |
2426 | XmlElement coll = (XmlElement)e; | 2425 | XmlElement coll = (XmlElement)e; |