diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryFrontendPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryFrontendPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryFrontendPlugin.cs index 4253668..c83e911 100644 --- a/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryFrontendPlugin.cs +++ b/OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim/OpenSimInventoryFrontendPlugin.cs | |||
@@ -625,7 +625,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim | |||
625 | ReadUUID(reader, "Folder", out dummyUUID); | 625 | ReadUUID(reader, "Folder", out dummyUUID); |
626 | item.Folder = dummyUUID; | 626 | item.Folder = dummyUUID; |
627 | 627 | ||
628 | item.CreatorId = reader.ReadElementContentAsString("Creator", String.Empty); | 628 | item.CreatorId = reader.ReadElementContentAsString("CreatorId", String.Empty); |
629 | item.Description = reader.ReadElementContentAsString("Description", String.Empty); | 629 | item.Description = reader.ReadElementContentAsString("Description", String.Empty); |
630 | 630 | ||
631 | uint dummyUInt; | 631 | uint dummyUInt; |