* Refactor: Move bulk of CreateFolder from UserProfileCacheService into CachedUserInfo

* Remove unused/superseded methods from GridInventoryService
This commit is contained in:
Justin Clarke Casey
2008-05-03 18:57:02 +00:00
parent a5dfca8958
commit 1087542705
5 changed files with 124 additions and 131 deletions

View File

@@ -645,6 +645,7 @@ namespace OpenSim.Region.Environment.Scenes
{
CachedUserInfo userInfo
= CommsManager.UserProfileCacheService.GetUserDetails(remoteClient.AgentId);
if (userInfo == null)
{
m_log.Error("[AGENT INVENTORY]: Failed to find user " + remoteClient.AgentId.ToString());