From 84d90a144bd0883fe2831d73aaa5b2e102e42af0 Mon Sep 17 00:00:00 2001 From: jiudi Date: Sat, 29 Oct 2016 13:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E9=A1=B9children=20=E8=B0=83=E7=94=A8?= =?UTF-8?q?get=5Ffields()=20=E5=8F=82=E6=95=B0=E9=A1=BA=E5=BA=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF=20=E4=BF=AE=E5=A4=8D=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/phpspider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;