diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index 6371105..d242cb3 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |||
@@ -715,7 +715,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
715 | } | 715 | } |
716 | } | 716 | } |
717 | 717 | ||
718 | private InventoryFolderImpl FindFolderForType(int type) | 718 | public InventoryFolderImpl FindFolderForType(int type) |
719 | { | 719 | { |
720 | if (RootFolder == null) | 720 | if (RootFolder == null) |
721 | return null; | 721 | return null; |