aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2016-06-22 18:35:14 -0700
committerDiva Canto2016-06-22 18:35:14 -0700
commitc94c929ec16a9731e636b30e6536f39ee7ad1ecf (patch)
treeaca82650e8be16bfa0fedc91d9a893c11d144c2d /OpenSim
parentMantis #7802: set culture to US English on the thread that does the agent cro... (diff)
downloadopensim-SC-c94c929ec16a9731e636b30e6536f39ee7ad1ecf.zip
opensim-SC-c94c929ec16a9731e636b30e6536f39ee7ad1ecf.tar.gz
opensim-SC-c94c929ec16a9731e636b30e6536f39ee7ad1ecf.tar.bz2
opensim-SC-c94c929ec16a9731e636b30e6536f39ee7ad1ecf.tar.xz
Amend to previous commit -- set the culture also on the receiving end.
Diffstat (limited to '')
-rw-r--r--OpenSim/Server/Handlers/Simulation/AgentHandlers.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
index 26f000a..364f1fd 100644
--- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
+++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
@@ -120,6 +120,8 @@ namespace OpenSim.Server.Handlers.Simulation
120 120
121 protected virtual void DoQueryAccess(Hashtable request, Hashtable responsedata, UUID agentID, UUID regionID) 121 protected virtual void DoQueryAccess(Hashtable request, Hashtable responsedata, UUID agentID, UUID regionID)
122 { 122 {
123 Culture.SetCurrentCulture();
124
123 EntityTransferContext ctx = new EntityTransferContext(); 125 EntityTransferContext ctx = new EntityTransferContext();
124 126
125 if (m_SimulationService == null) 127 if (m_SimulationService == null)