From 35dec2e53a7e79f7a1cc6db954723ca9769c993b Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 28 Mar 2008 17:37:55 +0000 Subject: * Refactor: Eliminate RequestUsersRoot() redundant method --- OpenSim/Region/Communications/Local/LocalInventoryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Communications/Local') diff --git a/OpenSim/Region/Communications/Local/LocalInventoryService.cs b/OpenSim/Region/Communications/Local/LocalInventoryService.cs index 3396d5c..f154cd8 100644 --- a/OpenSim/Region/Communications/Local/LocalInventoryService.cs +++ b/OpenSim/Region/Communications/Local/LocalInventoryService.cs @@ -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; -- cgit v1.1