Skip to content

Commit

Permalink
Update uri.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored May 21, 2020
1 parent fb1e4bf commit 3ecf6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function read_requests($options=array()) {

// 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);
}

Expand Down

0 comments on commit 3ecf6fa

Please sign in to comment.