Update webpagetool.php
This commit is contained in:
parent
29c86097b7
commit
e9eacaeb86
|
@ -352,9 +352,7 @@ if(!function_exists("get_web_dom")) {
|
||||||
|
|
||||||
// load simple_html_dom
|
// load simple_html_dom
|
||||||
if($response['size'] > 0) {
|
if($response['size'] > 0) {
|
||||||
if(loadHelper("webpagetool")) {
|
$result = get_parsed_dom($response['content']);
|
||||||
$result = get_parsed_dom($response['content']);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user