diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalInventoryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
88 | 88 | ||
89 | public override bool HasInventoryForUser(LLUUID userID) | 89 | public override bool HasInventoryForUser(LLUUID userID) |
90 | { | 90 | { |
91 | InventoryFolderBase root = RequestUsersRoot(userID); | 91 | InventoryFolderBase root = RequestRootFolder(userID); |
92 | if (root == null) | 92 | if (root == null) |
93 | { | 93 | { |
94 | return false; | 94 | return false; |