mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
mantis 8848: fix typo, Thanks Chris Weymann
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user