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)) {