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:
authorThomas Steur <thomas.steur@googlemail.com>2014-06-12 02:50:35 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-12 02:50:35 +0400
commit23ad82a8ea00a080922dfdb3b0ac9a018bfd3c7b (patch)
treed2e0e084e6f7cdf6439967253fbb9172c42db3d2 /core/Metrics.php
parentf52c1e83aef857b6cf073f1f9fb00c6982f8d7d2 (diff)
some more reports, bugfixes, migrations to new structure
Diffstat (limited to 'core/Metrics.php')
-rw-r--r--core/Metrics.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Metrics.php b/core/Metrics.php
index b2ae4c73e5..03f486653c 100644
--- a/core/Metrics.php
+++ b/core/Metrics.php
@@ -335,6 +335,7 @@ class Metrics
'nb_hits' => 'General_ColumnPageviewsDocumentation',
'exit_rate' => 'General_ColumnExitRateDocumentation'
);
+
return array_map(array('\\Piwik\\Piwik','translate'), $documentation);
}