Update base.php

This commit is contained in:
Namhyeon Go 2019-04-09 17:32:20 +09:00 committed by GitHub
parent 78af1b5db0
commit 162fedd2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ if(!check_function_exists("loadVendor")) {
if(!check_function_exists("array_key_empty")) {
function array_key_empty($key, $array) {
$empty = true;
$flag = true;
if(is_array($array)) {
if(array_key_exists($key, $array)) {