From 525730878af6b6de6021342d6798bc7fd8217bd4 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 3 Sep 2018 00:57:47 +0900 Subject: [PATCH] Update uri.php --- system/uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/uri.php b/system/uri.php index 779e044..3f78714 100644 --- a/system/uri.php +++ b/system/uri.php @@ -219,7 +219,7 @@ if(!function_exists("check_is_string_not_array")) { } if(!function_exists("set_header_content_type")) { - function set_header_content_type($type) + function set_header_content_type($type) { $type = strtolower($type); $rules = array( "json" => "application/json",