aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/UserStatistics/LogLinesAJAX.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/UserStatistics/LogLinesAJAX.cs')
-rw-r--r--OpenSim/Region/UserStatistics/LogLinesAJAX.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/UserStatistics/LogLinesAJAX.cs b/OpenSim/Region/UserStatistics/LogLinesAJAX.cs
index 0ffe9f6..1f55d51 100644
--- a/OpenSim/Region/UserStatistics/LogLinesAJAX.cs
+++ b/OpenSim/Region/UserStatistics/LogLinesAJAX.cs
@@ -50,6 +50,11 @@ namespace OpenSim.Region.UserStatistics
50 50
51 #region IStatsController Members 51 #region IStatsController Members
52 52
53 public string ReportName
54 {
55 get { return ""; }
56 }
57
53 public Hashtable ProcessModel(Hashtable pParams) 58 public Hashtable ProcessModel(Hashtable pParams)
54 { 59 {
55 Hashtable nh = new Hashtable(); 60 Hashtable nh = new Hashtable();