diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index b4f3e9f..46df2b7 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | |||
@@ -224,11 +224,12 @@ namespace OpenSim.Framework.Communications.Cache | |||
224 | 224 | ||
225 | /// <summary> | 225 | /// <summary> |
226 | /// Handle a client request to update the inventory folder | 226 | /// Handle a client request to update the inventory folder |
227 | /// </summary> | ||
227 | /// | 228 | /// |
228 | /// FIXME: We call add new inventory folder because in the data layer, we happen to use an SQL REPLACE | 229 | /// FIXME: We call add new inventory folder because in the data layer, we happen to use an SQL REPLACE |
229 | /// so this will work to rename an existing folder. Needless to say, to rely on this is very confusing, | 230 | /// so this will work to rename an existing folder. Needless to say, to rely on this is very confusing, |
230 | /// and needs to be changed. | 231 | /// and needs to be changed. |
231 | /// </summary> | 232 | /// |
232 | /// <param name="remoteClient"></param> | 233 | /// <param name="remoteClient"></param> |
233 | /// <param name="folderID"></param> | 234 | /// <param name="folderID"></param> |
234 | /// <param name="type"></param> | 235 | /// <param name="type"></param> |