aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index 167d081..4218ad7 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -88,7 +88,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
88 if (!UUID.TryParse(param, out assetID)) 88 if (!UUID.TryParse(param, out assetID))
89 return false; 89 return false;
90 90
91 AssetBase asset = m_scene.CommsManager.AssetCache.GetAsset(assetID, true); 91 AssetBase asset = m_scene.AssetService.Get(assetID.ToString());
92 92
93 if (asset == null) 93 if (asset == null)
94 return false; 94 return false;