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-31 02:47:37 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-31 02:47:37 +0400
commit84a6fa7da882aae8717298f5e7ca1bdbd9c337ff (patch)
treebf15c1f281240d09f943449e25fac9f64890249d /plugins/VisitorInterest
parentae66dd9ddade00aba21839c07d6d167c2fd85be6 (diff)
Fixing post merge bugs
Diffstat (limited to 'plugins/VisitorInterest')
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index a46eae1104..a656e73804 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -11,6 +11,7 @@
use Piwik\ArchiveProcessor;
use Piwik\FrontController;
use Piwik\Plugin;
+use Piwik\Metrics;
use Piwik\WidgetsList;
/**
@@ -199,7 +200,7 @@ class Piwik_VisitorInterest extends Plugin
'filter_sort_column' => 'label',
'filter_sort_order' => 'asc',
'translations' => array('label' => Piwik_Translate('VisitorInterest_VisitNum'),
- 'nb_visits_percentage' => Piwik_Metrics::getPercentVisitColumn()),
+ 'nb_visits_percentage' => Metrics::getPercentVisitColumn()),
'show_exclude_low_population' => false,
'show_offset_information' => false,
'show_pagination_control' => false,