From 6dba31667392a089fe55e956855808a452cb604f Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 19 Mar 2018 04:13:59 +0900 Subject: [PATCH] Update security.php --- system/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/security.php b/system/security.php index 4a5236d..41b561c 100644 --- a/system/security.php +++ b/system/security.php @@ -524,7 +524,7 @@ if(!function_exists("get_formatted_number")) { } if(!function_exists("get_cutted_string")) { - function get_cutted_string($str, $start, $len, $charset="utf-8") { + function get_cutted_string($str, $start, $len=0, $charset="utf-8") { $out_str = ""; if(function_exists("iconv_substr")) {