From 2b734a283c71aef507bce2daabdbfdb583723dc8 Mon Sep 17 00:00:00 2001 From: mattab Date: Fri, 19 Jan 2018 11:04:54 +1300 Subject: Fixes system tests and a bug --- plugins/CustomDimensions | 2 +- plugins/Events/Events.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/CustomDimensions b/plugins/CustomDimensions index 6b8ed5dfb3..bc55c211f1 160000 --- a/plugins/CustomDimensions +++ b/plugins/CustomDimensions @@ -1 +1 @@ -Subproject commit 6b8ed5dfb3187bbd397ce3afb9021f23b389cf48 +Subproject commit bc55c211f13f2d7e0d909a72b9cefb63801075ba 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', -- cgit v1.2.3