Fixes mantis #4835

prebuild-update
Diva Canto 2010-07-03 02:39:49 -07:00
parent 79c1eb1e39
commit 028303c3e1
1 changed files with 1 additions and 1 deletions

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;
}