diff options
author | Teravus Ovares | 2009-07-22 15:48:58 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-07-22 15:48:58 +0000 |
commit | c42d5feee3ba23f3f1fb1eea9c9563c7100e0597 (patch) | |
tree | 30126c75d6f4cd705406445544c2059f594cfb9d | |
parent | * Whoops, forgot the water heightfield. (diff) | |
download | opensim-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)
-rw-r--r-- | OpenSim/Region/UserStatistics/WebStatsModule.cs | 2 |
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 | ||