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>2014-04-09 06:51:08 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-09 06:51:08 +0400
commit50da9c7852080d6d6cc056dbf7030469f7e11b3a (patch)
tree17607d4d85b146961f7c466ac93f738d7a8d03ec /plugins/Events/Events.php
parent1a1c827d96fd74fde4ca67f7c7cf1feada6b9997 (diff)
Fix build
Diffstat (limited to 'plugins/Events/Events.php')
-rw-r--r--plugins/Events/Events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Events/Events.php b/plugins/Events/Events.php
index f27511fd70..dde5adf5ee 100644
--- a/plugins/Events/Events.php
+++ b/plugins/Events/Events.php
@@ -67,7 +67,7 @@ class Events extends \Piwik\Plugin
$segments[] = array(
'type' => 'metric',
'category' => Piwik::translate('General_Visit'),
- 'name' => 'Events_NbEvents',
+ 'name' => 'Events_TotalEvents',
'segment' => 'events',
'sqlSegment' => 'log_visit.visit_total_events',
'acceptedValues' => 'To select all visits who triggered an Event, use: &segment=events>0',