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

@@ -167,11 +167,11 @@ namespace OpenSim.Services.Connectors
//try
//{
// return SynchronousRestSessionObjectPoster<Guid, Dictionary<AssetType, InventoryFolderBase>>.BeginPostObject(
// "GET", m_ServerURI + "/SystemFolders/", new Guid(userID), sessionID.ToString(), userID.ToString());
// "POST", m_ServerURI + "/SystemFolders/", new Guid(userID), sessionID.ToString(), userID.ToString());
//}
//catch (Exception e)
//{
// m_log.ErrorFormat("[INVENTORY CONNECTOR]: GetFolderForType operation failed, {0} {1}",
// m_log.ErrorFormat("[INVENTORY CONNECTOR]: GetSystemFolders operation failed, {0} {1}",
// e.Source, e.Message);
//}