Import/Core_geoip.php
authorEdward <edward@roojs.com>
Tue, 13 May 2014 10:03:03 +0000 (18:03 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 10:03:03 +0000 (18:03 +0800)
Import/Core_geoip.php

index 2bc47bd..3364c3c 100644 (file)
@@ -141,7 +141,7 @@ class Pman_Core_Import_Core_geoip extends Pman_Roo
                 $row[$k] = trim($n[$i]);
             }
             
-            $this->processLocation($row);
+            $this->processBlock($row);
         }
         
     }