Update webpagetool.php

This commit is contained in:
Namhyeon Go 2019-11-12 15:50:25 +09:00 committed by GitHub
parent 73f56ccc7d
commit 105dceae08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -424,7 +424,7 @@ if(!check_function_exists("get_web_page")) {
"Content-Type" => "application/json-rpc"
),
"data" => array(
"jsonrpc" => 2.0,
"jsonrpc" => "2.0",
"method" => get_value_in_array("method", $data),
"params" => get_value_in_array("params", $data)
)