Update webpagetool.php

This commit is contained in:
Namhyeon Go 2018-10-21 04:05:32 +09:00 committed by GitHub
parent 29c86097b7
commit e9eacaeb86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,9 +352,7 @@ if(!function_exists("get_web_dom")) {
// load simple_html_dom
if($response['size'] > 0) {
if(loadHelper("webpagetool")) {
$result = get_parsed_dom($response['content']);
}
$result = get_parsed_dom($response['content']);
}
return $result;