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:
authorpeterbo <peter.boehlke@googlemail.com>2012-10-11 18:26:54 +0400
committerpeterbo <peter.boehlke@googlemail.com>2012-10-11 18:26:54 +0400
commit2538070118b1d1e858a05def9433d8f8a139b356 (patch)
tree4d21bf46c3eb0a85f29694f73970af9853ab927e /plugins/UserCountry
parent6429b047354fba435a581bba8020ba373bd111e1 (diff)
Refs #1823, added missing constant that stops tracker from working / breaks tracker if location code is unknown.
git-svn-id: http://dev.piwik.org/svn/trunk@7150 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/UserCountry')
-rwxr-xr-xplugins/UserCountry/LocationProvider.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/UserCountry/LocationProvider.php b/plugins/UserCountry/LocationProvider.php
index d116cd6523..16f6df9680 100755
--- a/plugins/UserCountry/LocationProvider.php
+++ b/plugins/UserCountry/LocationProvider.php
@@ -48,6 +48,7 @@ abstract class Piwik_UserCountry_LocationProvider
const POSTAL_CODE_KEY = 'postal_code';
const ISP_KEY = 'isp';
const ORG_KEY = 'org';
+ const UNKNOWN_CODE = "unknown_location_code";
/**
* An array of all provider instances. Access it through static methods.