Skip to content

Commit 6ced70d

Browse files
Merge branch 'master' of github.com:chriskacerguis/codeigniter-restserver
2 parents 0340392 + ed4d5d7 commit 6ced70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ public function response($data = null, $http_code = null, $continue = false)
685685
}
686686
}
687687
ob_end_flush();
688-
// Otherwise dump the output automatically
688+
// Otherwise dump the output automatically
689689
} else {
690690
echo json_encode($data);
691691
}

0 commit comments

Comments
 (0)