* Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem()

* Put warning in remove folder method about non implementation (not that this is used anyway - may be legacy)
This commit is contained in:
Justin Clarke Casey
2008-05-03 18:13:32 +00:00
parent f5609ba452
commit a5dfca8958
3 changed files with 21 additions and 10 deletions

View File

@@ -364,7 +364,7 @@ namespace OpenSim.Region.Environment.Modules.Agent.AssetTransaction
m_userTransactions.Manager.MyScene.CommsManager.AssetCache.AddAsset(Asset);
}
userInfo.UpdateItem(remoteClient.AgentId, item);
userInfo.UpdateItem(item);
}
}
}