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>2013-07-03 15:09:13 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-03 15:09:13 +0400
commitbcad4138ca663e10ef4b21b91211638d918fd86e (patch)
tree53fe085a54de7ec90aede6875657035d509034b3 /plugins/VisitorInterest
parent1425071aca1f754268fbaab976137a13824ef1f4 (diff)
Fixing build
Diffstat (limited to 'plugins/VisitorInterest')
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index d17750a662..b3cd8a0023 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -80,7 +80,7 @@ class Piwik_VisitorInterest extends Piwik_Plugin
'dimension' => Piwik_Translate('VisitorInterest_visitsByVisitCount'),
'metrics' => array(
'nb_visits',
- 'nb_visits_percentage' => Piwik_Metrics::getPercentVisitColumn(),
+ 'nb_visits_percentage' => Piwik_Translate('General_ColumnPercentageVisits'),
),
'processedMetrics' => false,
'constantRowsCount' => true,