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:
authorsgiehl <stefan@piwik.org>2017-09-13 09:50:36 +0300
committersgiehl <stefan@piwik.org>2017-09-13 09:50:36 +0300
commit82c79d08a8ac29b01d8de413db4314abc3085bc5 (patch)
tree321896a9e166c028891559dc3f7e5a2a4e31b16b /plugins
parent3cb7169cef259efe922912364c3c8479a986619c (diff)
fixes typo
Diffstat (limited to 'plugins')
-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 af644f04e6..76acdbb8f1 100644
--- a/plugins/UserCountry/API.php
+++ b/plugins/UserCountry/API.php
@@ -108,7 +108,7 @@ class API extends \Piwik\Plugin\API
'label',
function ($label) {
if ($label == '1|ti') {
- return 'cn';
+ return '14|cn';
}
return $label;
}