Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chriskacerguis/codeigniter-restse…
Browse files Browse the repository at this point in the history
…rver
  • Loading branch information
Chris Kacerguis committed Nov 12, 2019
2 parents 0340392 + ed4d5d7 commit 6ced70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ public function response($data = null, $http_code = null, $continue = false)
}
}
ob_end_flush();
// Otherwise dump the output automatically
// Otherwise dump the output automatically
} else {
echo json_encode($data);
}
Expand Down

0 comments on commit 6ced70d

Please sign in to comment.