Skip to content

Commit e4dd03a

Browse files
authored
Update Response.php
1 parent 4cb7322 commit e4dd03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/HTTP/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public function setContentType(string $mime, string $charset = 'UTF-8')
447447
*
448448
* @return $this
449449
*/
450-
public function setJSON($body, bool $unencoded = true)
450+
public function setJSON($body, bool $unencoded = false)
451451
{
452452
$this->body = $this->formatBody($body, 'json' . ($unencoded ? '-unencoded' : ''));
453453

0 commit comments

Comments
 (0)