Update uri.php

This commit is contained in:
Namhyeon Go 2019-02-20 01:06:40 +09:00 committed by GitHub
parent fd2e83222c
commit 652ae03468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,8 +297,8 @@ if(!function_exists("set_header_content_type")) {
}
}
if(!function_exists("get_requested_json")) {
function get_requested_json($name, $escape_quotes=true, $escape_tags=false) {
if(!function_exists("get_requested_json_value")) {
function get_requested_json_value($name, $escape_quotes=true, $escape_tags=false) {
return get_requested_value($name, "_JSON", $escape_quotes, $escape_tags);
}
}