It wasn't that. Revert "Mantis #7514"

This reverts commit 365f46bfa9.
This commit is contained in:
Diva Canto
2015-05-02 22:15:26 -07:00
parent 365f46bfa9
commit 09edc9619a

View File

@@ -136,9 +136,6 @@ namespace OpenSim.Framework.Serialization.External
foreach (XmlNode sop in sops)
{
// Due to mono bug, we're removing all xmlns attributes
sop.Attributes.RemoveAll();
UserAccount creator = null;
bool hasCreatorData = false;
XmlNodeList nodes = sop.ChildNodes;