Set culture also in object crossings.
parent
c94c929ec1
commit
cc9ff12988
|
@ -2625,6 +2625,8 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||||
{
|
{
|
||||||
//m_log.Debug(" >>> CrossPrimGroupIntoNewRegion <<<");
|
//m_log.Debug(" >>> CrossPrimGroupIntoNewRegion <<<");
|
||||||
|
|
||||||
|
Culture.SetCurrentCulture();
|
||||||
|
|
||||||
bool successYN = false;
|
bool successYN = false;
|
||||||
grp.RootPart.ClearUpdateSchedule();
|
grp.RootPart.ClearUpdateSchedule();
|
||||||
//int primcrossingXMLmethod = 0;
|
//int primcrossingXMLmethod = 0;
|
||||||
|
|
|
@ -69,6 +69,8 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||||
//m_log.Debug(" >> http-method=" + request["http-method"]);
|
//m_log.Debug(" >> http-method=" + request["http-method"]);
|
||||||
//m_log.Debug("---------------------------\n");
|
//m_log.Debug("---------------------------\n");
|
||||||
|
|
||||||
|
Culture.SetCurrentCulture();
|
||||||
|
|
||||||
Hashtable responsedata = new Hashtable();
|
Hashtable responsedata = new Hashtable();
|
||||||
responsedata["content_type"] = "text/html";
|
responsedata["content_type"] = "text/html";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue