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

This reverts commit 365f46bfa9.
inv-download
Diva Canto 2015-05-02 22:15:26 -07:00
parent 365f46bfa9
commit 09edc9619a
1 changed files with 0 additions and 3 deletions

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;