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,9 +55,9 @@ if(!function_exists("get_web_page")) {
$response = array(
"content" => $content,
"size" => $size
"size" => $content_size
);
return $response;
}
}