Update base.php
This commit is contained in:
parent
78af1b5db0
commit
162fedd2ef
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user