Re-adding a conditional in UserManager that was removed with arthusv's commit. Changing new inventory ops to POST.

This commit is contained in:
Diva Canto
2009-08-11 14:31:45 -07:00
parent dae9a111aa
commit bd7ff803fe
3 changed files with 4 additions and 4 deletions

View File

@@ -698,7 +698,7 @@ namespace OpenSim.Framework.Communications
if (rootfolder != null)
userProf.RootInventoryFolderID = rootfolder.ID;
}
else
else if (m_commsManager.InterServiceInventoryService != null)
{
// used by the user server
m_log.Debug("[USERSTORAGE]: using m_commsManager.InterServiceInventoryService to create user's inventory");