Ver Fonte

mantis 8848: fix typo, Thanks Chris Weymann

UbitUmarov há 3 anos atrás
pai
commit
2a70c8c5c2

+ 1 - 1
OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs

@@ -197,7 +197,7 @@ namespace OpenSim.Services.Connectors
 
 
             using (RestClient rc = new RestClient(m_ServerURI))
             using (RestClient rc = new RestClient(m_ServerURI))
             {
             {
-                rc.AddResourcePath("assets/" + id + "/Data");
+                rc.AddResourcePath("assets/" + id + "/data");
                 rc.RequestMethod = "GET";
                 rc.RequestMethod = "GET";
 
 
                 using (MemoryStream s = rc.Request(m_Auth))
                 using (MemoryStream s = rc.Request(m_Auth))