diff --git a/helper/webpagetool.php b/helper/webpagetool.php index 162faa3..49e52da 100644 --- a/helper/webpagetool.php +++ b/helper/webpagetool.php @@ -55,9 +55,9 @@ if(!function_exists("get_web_page")) { $response = array( "content" => $content, - "size" => $size + "size" => $content_size ); - + return $response; } }