Fix some crashes caused by the addition of the CreatorData column

This commit is contained in:
Melanie
2010-11-23 14:02:06 +00:00
parent d2aebbe066
commit 7796b90ebb
2 changed files with 9 additions and 1 deletions

View File

@@ -967,6 +967,7 @@ namespace OpenSim.Framework.Capabilities
InventoryItemBase item = new InventoryItemBase();
item.Owner = m_agentID;
item.CreatorId = m_agentID.ToString();
item.CreatorData = String.Empty;
item.ID = inventoryItem;
item.AssetID = asset.FullID;
item.Description = assetDescription;