Update uri.php

This commit is contained in:
Namhyeon Go 2020-05-21 14:15:41 +09:00 committed by GitHub
parent fb1e4bf37a
commit 3ecf6fa6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ if(!is_fn("read_requests")) {
// check if json request
if(array_key_equals("json", $options, true)) {
$jsondata = ($jsondata !== false) ? $js ondata : $requests['_RAW'];
$jsondata = ($jsondata !== false) ? $jsondata : $requests['_RAW'];
$requests['_JSON'] = json_decode($jsondata);
}