Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2018-01-19 01:04:54 +0300
committermattab <matthieu.aubry@gmail.com>2018-01-19 01:04:54 +0300
commit2b734a283c71aef507bce2daabdbfdb583723dc8 (patch)
tree5c490fe959e2da98e5229437bda5793df8a42111 /plugins/Events
parent694293bdcfe5f653ea9f0a69eae199c6f0328b3d (diff)
Fixes system tests and a bug
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/Events.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Events/Events.php b/plugins/Events/Events.php
index 4c12a53fe0..63192cf132 100644
--- a/plugins/Events/Events.php
+++ b/plugins/Events/Events.php
@@ -45,8 +45,8 @@ class Events extends \Piwik\Plugin
public function getMetricDocumentation()
{
$documentation = array(
- 'nb_events' => 'Events_EventsDocumentation',
- 'sum_event_value' => 'Events_EventValueDocumentation',
+ 'nb_events' => 'Events_TotalEventsDocumentation',
+ 'sum_event_value' => 'Events_TotalValueDocumentation',
'min_event_value' => 'Events_MinValueDocumentation',
'max_event_value' => 'Events_MaxValueDocumentation',
'avg_event_value' => 'Events_AvgValueDocumentation',