diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 6d4f7d11f2..317ce1e74c 100755 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -10583,7 +10583,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP { string assetServer = aCircuit.ServiceURLs["AssetServerURI"].ToString(); if (!string.IsNullOrEmpty(assetServer)) - return ((Scene)Scene).AssetService.Get(assetServer + "/" + id); + return ((Scene)Scene).AssetService.Get(id, assetServer, false); } return null;