mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Set culture also in object crossings.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user