Update webpagetool.php

This commit is contained in:
Namhyeon Go 2018-03-11 02:07:27 +09:00 committed by GitHub
parent 8154e46bdc
commit fc1daac3d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ if(!function_exists("get_web_page")) {
$response = array( $response = array(
"content" => $content, "content" => $content,
"size" => $size "size" => $content_size
); );
return $response; return $response;