aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Serialization
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Serialization')
-rw-r--r--OpenSim/Region/Framework/Scenes/Serialization/SceneObjectSerializer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Serialization/SceneObjectSerializer.cs b/OpenSim/Region/Framework/Scenes/Serialization/SceneObjectSerializer.cs
index a2d512a..66bf536 100644
--- a/OpenSim/Region/Framework/Scenes/Serialization/SceneObjectSerializer.cs
+++ b/OpenSim/Region/Framework/Scenes/Serialization/SceneObjectSerializer.cs
@@ -1401,7 +1401,7 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
1401 value = reader.ReadElementContentAsString("Media", String.Empty); 1401 value = reader.ReadElementContentAsString("Media", String.Empty);
1402 shp.Media = PrimitiveBaseShape.MediaList.FromXml(value); 1402 shp.Media = PrimitiveBaseShape.MediaList.FromXml(value);
1403 } 1403 }
1404 catch (XmlException e) 1404 catch (XmlException)
1405 { 1405 {
1406 // There are versions of OAR files that contain unquoted XML. 1406 // There are versions of OAR files that contain unquoted XML.
1407 // ie ONE comercial fork that never wanted their oars to be read by our code 1407 // ie ONE comercial fork that never wanted their oars to be read by our code