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:
Diffstat (limited to 'plugins/UserCountry/API.php')
-rw-r--r--plugins/UserCountry/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php
index 4c146e879b..3724ee2d8d 100644
--- a/plugins/UserCountry/API.php
+++ b/plugins/UserCountry/API.php
@@ -49,7 +49,7 @@ class Piwik_UserCountry_API
{
$dataTable = $this->getDataTable(Piwik_UserCountry_Archiver::COUNTRY_RECORD_NAME, $idSite, $period, $date, $segment);
- $getContinent = array('Piwik_Common', 'getContinent');
+ $getContinent = array('Piwik\Common', 'getContinent');
$dataTable->filter('GroupBy', array('label', $getContinent));
$dataTable->filter('ColumnCallbackReplace', array('label', 'Piwik_ContinentTranslate'));