diff options
Diffstat (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 60408ff..1a97cd2 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -342,7 +342,7 @@ namespace OpenSim.Grid.UserServer | |||
342 | " for user ID " + userID); | 342 | " for user ID " + userID); |
343 | 343 | ||
344 | AgentInventory userInventory = new AgentInventory(); | 344 | AgentInventory userInventory = new AgentInventory(); |
345 | userInventory.CreateRootFolder(userID, false); | 345 | userInventory.CreateRootFolder(userID); |
346 | 346 | ||
347 | ArrayList AgentInventoryArray = new ArrayList(); | 347 | ArrayList AgentInventoryArray = new ArrayList(); |
348 | Hashtable TempHash; | 348 | Hashtable TempHash; |