From a62c28f74587bb1071c036b50245c1a60a27fc0a Mon Sep 17 00:00:00 2001 From: benakamoorthi <benaka.moorthi@gmail.com> Date: Wed, 10 Oct 2012 01:46:33 +0000 Subject: [PATCH] Refs #1823, use misc dir instead of files-geolocation for GeoIP db files. git-svn-id: http://dev.piwik.org/svn/trunk@7134 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/UserCountry/LocationProvider/GeoIp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UserCountry/LocationProvider/GeoIp.php b/plugins/UserCountry/LocationProvider/GeoIp.php index f1afe4ade2..dc3b8758f8 100755 --- a/plugins/UserCountry/LocationProvider/GeoIp.php +++ b/plugins/UserCountry/LocationProvider/GeoIp.php @@ -17,7 +17,7 @@ */ abstract class Piwik_UserCountry_LocationProvider_GeoIp extends Piwik_UserCountry_LocationProvider { - const GEOIP_DATABASE_DIR = 'files-geolocation'; + const GEOIP_DATABASE_DIR = 'misc'; /** * Stores possible database file names categorized by the type of information -- GitLab