Set culture also in object crossings.

LSLKeyTest
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

@ -2625,6 +2625,8 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
{
//m_log.Debug(" >>> CrossPrimGroupIntoNewRegion <<<");
Culture.SetCurrentCulture();
bool successYN = false;
grp.RootPart.ClearUpdateSchedule();
//int primcrossingXMLmethod = 0;

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";