|
@@ -83,12 +83,12 @@ class Import
|
|
|
|
|
|
$state = 1;
|
|
|
while($state) {
|
|
|
- $state = $this->get_area_api($host, $state);
|
|
|
+ $state = $this->get_area_act($host, $state);
|
|
|
}
|
|
|
return 'ok';
|
|
|
}
|
|
|
|
|
|
- public function get_area_api($host, $index = 0)
|
|
|
+ public function get_area_act($host, $index = 0)
|
|
|
{
|
|
|
|
|
|
$index = $index - 1;
|