aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-11 19:57:12 +0000
committerJustin Clarke Casey2008-12-11 19:57:12 +0000
commit30213e141bf41e1240d5bceb42a154dacc05e643 (patch)
treef028f76ef7162781c03945f2061b344d53def413 /OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs
parentMove from IP to hostname for seed caps on login, for gridmode and standalone. (diff)
downloadopensim-SC_OLD-30213e141bf41e1240d5bceb42a154dacc05e643.zip
opensim-SC_OLD-30213e141bf41e1240d5bceb42a154dacc05e643.tar.gz
opensim-SC_OLD-30213e141bf41e1240d5bceb42a154dacc05e643.tar.bz2
opensim-SC_OLD-30213e141bf41e1240d5bceb42a154dacc05e643.tar.xz
* Add create folder userinfo test
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs')
-rw-r--r--OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs b/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs
index 83ac239..ad55c44 100644
--- a/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs
+++ b/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs
@@ -66,7 +66,7 @@ namespace OpenSim.Framework.Communications.Cache
66 } 66 }
67 67
68 /// <summary> 68 /// <summary>
69 /// Create a new subfolder. This exists only in the cache. 69 /// Create a new subfolder.
70 /// </summary> 70 /// </summary>
71 /// <param name="folderID"></param> 71 /// <param name="folderID"></param>
72 /// <param name="folderName"></param> 72 /// <param name="folderName"></param>