From 62d6ce13ffc5ae2923e9524f526bc8637456b82e Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 11 Dec 2018 10:47:07 +0900 Subject: [PATCH] Update base.php --- system/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base.php b/system/base.php index 493d45b..438736a 100644 --- a/system/base.php +++ b/system/base.php @@ -211,7 +211,7 @@ if(!function_exists("array_multikey_empty")) { } if(!function_exists("get_value_in_array")) { - function get_value_in_array($name, $arr=array(), $default=0) { + function get_value_in_array($name, $arr=array(), $default=false) { $output = false; if(is_array($arr)) {