aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorTeravus Ovares2009-07-22 15:48:58 +0000
committerTeravus Ovares2009-07-22 15:48:58 +0000
commitc42d5feee3ba23f3f1fb1eea9c9563c7100e0597 (patch)
tree30126c75d6f4cd705406445544c2059f594cfb9d /OpenSim/Region
parent* Whoops, forgot the water heightfield. (diff)
downloadopensim-SC_OLD-c42d5feee3ba23f3f1fb1eea9c9563c7100e0597.zip
opensim-SC_OLD-c42d5feee3ba23f3f1fb1eea9c9563c7100e0597.tar.gz
opensim-SC_OLD-c42d5feee3ba23f3f1fb1eea9c9563c7100e0597.tar.bz2
opensim-SC_OLD-c42d5feee3ba23f3f1fb1eea9c9563c7100e0597.tar.xz
* Fix SStats under the new HttpServer. (.ajax files are apparently reserved)
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/UserStatistics/WebStatsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/UserStatistics/WebStatsModule.cs b/OpenSim/Region/UserStatistics/WebStatsModule.cs
index a65b84c..519668a 100644
--- a/OpenSim/Region/UserStatistics/WebStatsModule.cs
+++ b/OpenSim/Region/UserStatistics/WebStatsModule.cs
@@ -168,7 +168,7 @@ namespace OpenSim.Region.UserStatistics
168 } 168 }
169 } 169 }
170 catch (KeyNotFoundException) 170 catch (KeyNotFoundException)
171 { 171 {
172 } 172 }
173 } 173 }
174 174