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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php
index 4043e88b88..0309dc01d8 100644
--- a/plugins/UserCountry/API.php
+++ b/plugins/UserCountry/API.php
@@ -76,7 +76,7 @@ class Piwik_UserCountry_API
$dataTable = $this->getDataTable($recordName, $idSite, $period, $date, $segment);
$separator = Piwik_UserCountry::LOCATION_SEPARATOR;
- $unk = Piwik_UserCountry::UNKNOWN_CODE;
+ $unk = Piwik_Tracker_Visit::UNKNOWN_CODE;
// split the label and put the elements into the 'region' and 'country' metadata fields
$dataTable->filter('ColumnCallbackAddMetadata',
@@ -119,7 +119,7 @@ class Piwik_UserCountry_API
$dataTable = $this->getDataTable($recordName, $idSite, $period, $date, $segment);
$separator = Piwik_UserCountry::LOCATION_SEPARATOR;
- $unk = Piwik_UserCountry::UNKNOWN_CODE;
+ $unk = Piwik_Tracker_Visit::UNKNOWN_CODE;
// split the label and put the elements into the 'city_name', 'region', 'country',
// 'lat' & 'long' metadata fields