Changed RequestRootFolder to GetRootFolder

This commit is contained in:
Diva Canto
2009-08-10 16:02:09 -07:00
parent 17cc9b9857
commit 0c47f8e7ab
9 changed files with 12 additions and 12 deletions

View File

@@ -265,7 +265,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
if (Rest.InventoryServices.HasInventoryForUser(rdata.uuid))
{
rdata.root = Rest.InventoryServices.RequestRootFolder(rdata.uuid);
rdata.root = Rest.InventoryServices.GetRootFolder(rdata.uuid);
Rest.Log.DebugFormat("{0} Inventory Root retrieved for {1} {2}",
MsgId, rdata.userProfile.FirstName, rdata.userProfile.SurName);