Fix a recent regression with HG asset posting to other grids where the assets were no longer being posted.
Addresses regression from 08606ae
(Thu Jan 8 2015)
sedebug
parent
beef41f24c
commit
b22c072c40
|
@ -444,6 +444,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
|||
|
||||
HGUuidGatherer uuidGatherer = new HGUuidGatherer(m_scene.AssetService, string.Empty);
|
||||
uuidGatherer.AddForInspection(asset.FullID);
|
||||
uuidGatherer.GatherAll();
|
||||
|
||||
// Check which assets already exist in the destination server
|
||||
|
||||
|
|
Loading…
Reference in New Issue