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
parent694293bdcfe5f653ea9f0a69eae199c6f0328b3d (diff)
Fixes system tests and a bug
Diffstat (limited to 'plugins')
m---------plugins/CustomDimensions0
-rw-r--r--plugins/Events/Events.php4
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CustomDimensions b/plugins/CustomDimensions
-Subproject 6b8ed5dfb3187bbd397ce3afb9021f23b389cf4
+Subproject bc55c211f13f2d7e0d909a72b9cefb63801075b
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',