Fixes mantis #4835

0.7-release
Diva Canto 2010-07-03 02:39:49 -07:00
parent 04e2390e0d
commit 1fcd0272c1
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;
}