diff --git a/core/phpspider.php b/core/phpspider.php index 9c96e11..ea4ebc3 100644 --- a/core/phpspider.php +++ b/core/phpspider.php @@ -1931,7 +1931,7 @@ public function get_fields($confs, $html, $url, $page) foreach ($values as $html) { // 递归调用本方法,所以多少子项目都支持 - $child_value = $this->get_fields($conf['children'], $url, $html, $page); + $child_value = $this->get_fields($conf['children'], $html, $url, $page); if (!empty($child_value)) { $child_values[] = $child_value;