aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-12 20:43:42 +0000
committerJustin Clarke Casey2008-12-12 20:43:42 +0000
commitb1f018aa2600281cc379128f17c3c141b478f39d (patch)
treeb7830bc43f57acd44e98b02c57d2ac2cc368bd18 /OpenSim/Framework/Communications/Cache
parent* Actually add the new user profile cache tests to the bamboo ci build (diff)
downloadopensim-SC_OLD-b1f018aa2600281cc379128f17c3c141b478f39d.zip
opensim-SC_OLD-b1f018aa2600281cc379128f17c3c141b478f39d.tar.gz
opensim-SC_OLD-b1f018aa2600281cc379128f17c3c141b478f39d.tar.bz2
opensim-SC_OLD-b1f018aa2600281cc379128f17c3c141b478f39d.tar.xz
* Create update folder test
* Correct small logic elidation
Diffstat (limited to 'OpenSim/Framework/Communications/Cache')
-rw-r--r--OpenSim/Framework/Communications/Cache/CachedUserInfo.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
index 80fd1ae..dcf63cc 100644
--- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
+++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
@@ -436,6 +436,7 @@ namespace OpenSim.Framework.Communications.Cache
436 if (folder != null) 436 if (folder != null)
437 { 437 {
438 folder.Name = name; 438 folder.Name = name;
439 folder.Type = (short)type;
439 folder.ParentID = parentID; 440 folder.ParentID = parentID;
440 } 441 }
441 } 442 }