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/LocationProvider/GeoIp/Pecl.php')
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/Pecl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php b/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php
index ed83a69755..8171485e42 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php
@@ -21,7 +21,7 @@ use Piwik\Plugins\UserCountry\LocationProvider\GeoIp;
class Pecl extends GeoIp
{
const ID = 'geoip_pecl';
- const TITLE = 'GeoIP (PECL)';
+ const TITLE = 'GeoIP Legacy (PECL)';
/**
* For tests.
@@ -258,7 +258,7 @@ class Pecl extends GeoIp
'description' => $desc,
'install_docs' => $installDocs,
'extra_message' => $extraMessage,
- 'order' => 3);
+ 'order' => 13);
}
/**