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
path: root/config
diff options
context:
space:
mode:
authorbenakamoorthi <benaka.moorthi@gmail.com>2012-10-19 20:07:08 +0400
committerbenakamoorthi <benaka.moorthi@gmail.com>2012-10-19 20:07:08 +0400
commit02d4083b93328575350f1c708c14d84a5e628b82 (patch)
tree836a56573fc3529ffea4875fb2a991e2e6e422f6 /config
parent0a97e4f188eb958f16b758d3ea6c046826de12a1 (diff)
Fixes #3452, add UserCountry to Plugins_Tracker config and in order to avoid possible fatal error, moved UNKNOWN_CODE to Tracker_Visit and use 'country_code' instead of LocationProvider constant.
git-svn-id: http://dev.piwik.org/svn/trunk@7237 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index d8c78a70b6..82da69ad1d 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -522,6 +522,7 @@ PluginsInstalled[] = Installation
Plugins_Tracker[] = Provider
Plugins_Tracker[] = Goals
Plugins_Tracker[] = DoNotTrack
+Plugins_Tracker[] = UserCountry
[APISettings]
; Any key/value pair can be added in this section, they will be available via the REST call