diff options
author | Diva Canto | 2015-05-02 22:15:26 -0700 |
---|---|---|
committer | Diva Canto | 2015-05-02 22:15:26 -0700 |
commit | 09edc9619af66b2705dbb4e28e3ffc1772d9adc0 (patch) | |
tree | c6bbc65dfda689405a601a13ceba8e2b2e231db9 /OpenSim/Framework/Serialization/External | |
parent | Mantis #7514 (diff) | |
download | opensim-SC-09edc9619af66b2705dbb4e28e3ffc1772d9adc0.zip opensim-SC-09edc9619af66b2705dbb4e28e3ffc1772d9adc0.tar.gz opensim-SC-09edc9619af66b2705dbb4e28e3ffc1772d9adc0.tar.bz2 opensim-SC-09edc9619af66b2705dbb4e28e3ffc1772d9adc0.tar.xz |
It wasn't that. Revert "Mantis #7514"
This reverts commit 365f46bfa91245e6e277a180dc6bbf757ea2540f.
Diffstat (limited to 'OpenSim/Framework/Serialization/External')
-rw-r--r-- | OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs b/OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs index a293388..6debf65 100644 --- a/OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs +++ b/OpenSim/Framework/Serialization/External/ExternalRepresentationUtils.cs | |||
@@ -136,9 +136,6 @@ namespace OpenSim.Framework.Serialization.External | |||
136 | 136 | ||
137 | foreach (XmlNode sop in sops) | 137 | foreach (XmlNode sop in sops) |
138 | { | 138 | { |
139 | // Due to mono bug, we're removing all xmlns attributes | ||
140 | sop.Attributes.RemoveAll(); | ||
141 | |||
142 | UserAccount creator = null; | 139 | UserAccount creator = null; |
143 | bool hasCreatorData = false; | 140 | bool hasCreatorData = false; |
144 | XmlNodeList nodes = sop.ChildNodes; | 141 | XmlNodeList nodes = sop.ChildNodes; |