* Refactor: Eliminate RequestUsersRoot() redundant method

This commit is contained in:
Justin Clarke Casey
2008-03-28 17:37:55 +00:00
parent c8f79eb9b4
commit 35dec2e53a
2 changed files with 9 additions and 13 deletions

View File

@@ -88,7 +88,7 @@ namespace OpenSim.Region.Communications.Local
public override bool HasInventoryForUser(LLUUID userID)
{
InventoryFolderBase root = RequestUsersRoot(userID);
InventoryFolderBase root = RequestRootFolder(userID);
if (root == null)
{
return false;