mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Several more buglets removed.
This commit is contained in:
@@ -278,6 +278,9 @@ namespace OpenSim.Server.Base
|
||||
{
|
||||
foreach (KeyValuePair<string, object> kvp in data)
|
||||
{
|
||||
if (kvp.Value == null)
|
||||
continue;
|
||||
|
||||
XmlElement elem = parent.OwnerDocument.CreateElement("",
|
||||
kvp.Key, "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user