Fixes mantis #4835

This commit is contained in:
Diva Canto
2010-07-03 02:39:49 -07:00
parent 79c1eb1e39
commit 028303c3e1

View File

@@ -658,7 +658,7 @@ namespace OpenSim.Services.LLLoginService
Hashtable TempHash;
foreach (InventoryFolderBase InvFolder in folders)
{
if (InvFolder.ParentID == UUID.Zero)
if (InvFolder.ParentID == UUID.Zero && InvFolder.Name == "My Inventory")
{
rootID = InvFolder.ID;
}