Set culture also in object crossings.

This commit is contained in:
Diva Canto
2016-06-22 20:18:16 -07:00
parent c94c929ec1
commit cc9ff12988
2 changed files with 4 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ namespace OpenSim.Server.Handlers.Simulation
//m_log.Debug(" >> http-method=" + request["http-method"]);
//m_log.Debug("---------------------------\n");
Culture.SetCurrentCulture();
Hashtable responsedata = new Hashtable();
responsedata["content_type"] = "text/html";