mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Manual change as per patch in mantis #7212. (the patch failed to apply, but the fix was good) Thanks FreakyTech.
This commit is contained in:
committed by
Justin Clark-Casey
parent
02980336a3
commit
34a645efb6
@@ -244,7 +244,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
|
||||
if (inventoryURL != null && inventoryURL != string.Empty)
|
||||
{
|
||||
inventoryURL = inventoryURL.Trim(new char[] { '/' });
|
||||
m_InventoryURLs.Add(userID, inventoryURL);
|
||||
m_InventoryURLs[userID] = inventoryURL;
|
||||
m_log.DebugFormat("[HG INVENTORY CONNECTOR]: Added {0} to the cache of inventory URLs", inventoryURL);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user