diff options
author | Justin Clarke Casey | 2008-03-28 17:37:55 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-28 17:37:55 +0000 |
commit | 35dec2e53a7e79f7a1cc6db954723ca9769c993b (patch) | |
tree | 101438e45da26a4c1d3dde014d67c0c062de4d1b /OpenSim/Region/Communications | |
parent | * Refactor: Rename CreateInventoryData() to GetInventorySkeleton() (diff) | |
download | opensim-SC_OLD-35dec2e53a7e79f7a1cc6db954723ca9769c993b.zip opensim-SC_OLD-35dec2e53a7e79f7a1cc6db954723ca9769c993b.tar.gz opensim-SC_OLD-35dec2e53a7e79f7a1cc6db954723ca9769c993b.tar.bz2 opensim-SC_OLD-35dec2e53a7e79f7a1cc6db954723ca9769c993b.tar.xz |
* Refactor: Eliminate RequestUsersRoot() redundant method
Diffstat (limited to 'OpenSim/Region/Communications')
-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; |