From 4bf776f3e75a1a3f712109123be98a8ed8b54317 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 13 May 2014 18:49:13 +0800 Subject: [PATCH] Import/Core_geoip.php --- Import/Core_geoip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Import/Core_geoip.php b/Import/Core_geoip.php index 24b332cf..a884e821 100644 --- a/Import/Core_geoip.php +++ b/Import/Core_geoip.php @@ -37,7 +37,7 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo $this->jerr('GeoLite2-City-Locations.csv OR GeoLite2-City-Blocks.csv does not exists?!'); } -// $this->insertLocation($location); + $this->insertLocation($location); $this->insertBlock($block); } -- 2.39.2