Update base.php

This commit is contained in:
Namhyeon Go 2018-12-11 10:47:07 +09:00 committed by GitHub
parent 3839a78fe4
commit 62d6ce13ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ if(!function_exists("array_multikey_empty")) {
} }
if(!function_exists("get_value_in_array")) { 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; $output = false;
if(is_array($arr)) { if(is_array($arr)) {