Procházet zdrojové kódy

mantis 8848: fix typo, Thanks Chris Weymann

UbitUmarov před 3 roky
rodič
revize
2a70c8c5c2

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

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