parent
365f46bfa9
commit
09edc9619a
|
@ -136,9 +136,6 @@ namespace OpenSim.Framework.Serialization.External
|
||||||
|
|
||||||
foreach (XmlNode sop in sops)
|
foreach (XmlNode sop in sops)
|
||||||
{
|
{
|
||||||
// Due to mono bug, we're removing all xmlns attributes
|
|
||||||
sop.Attributes.RemoveAll();
|
|
||||||
|
|
||||||
UserAccount creator = null;
|
UserAccount creator = null;
|
||||||
bool hasCreatorData = false;
|
bool hasCreatorData = false;
|
||||||
XmlNodeList nodes = sop.ChildNodes;
|
XmlNodeList nodes = sop.ChildNodes;
|
||||||
|
|
Loading…
Reference in New Issue