diff options
Diffstat (limited to 'OpenSim/Region/UserStatistics/Updater_distributor.cs')
-rw-r--r-- | OpenSim/Region/UserStatistics/Updater_distributor.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/UserStatistics/Updater_distributor.cs b/OpenSim/Region/UserStatistics/Updater_distributor.cs index 663adc9..9593cc9 100644 --- a/OpenSim/Region/UserStatistics/Updater_distributor.cs +++ b/OpenSim/Region/UserStatistics/Updater_distributor.cs | |||
@@ -38,6 +38,10 @@ namespace OpenSim.Region.UserStatistics | |||
38 | { | 38 | { |
39 | private string updaterjs = string.Empty; | 39 | private string updaterjs = string.Empty; |
40 | 40 | ||
41 | public string ReportName | ||
42 | { | ||
43 | get { return ""; } | ||
44 | } | ||
41 | 45 | ||
42 | public Hashtable ProcessModel(Hashtable pParams) | 46 | public Hashtable ProcessModel(Hashtable pParams) |
43 | { | 47 | { |