Update base.php
This commit is contained in:
parent
d862d76cbb
commit
d693f575ed
|
@ -267,7 +267,7 @@ if(!check_function_exists("get_value_in_object")) {
|
|||
}
|
||||
|
||||
if(!check_function_exists("check_array_length")) {
|
||||
functon check_array_length($arr, $len) {
|
||||
function check_array_length($arr, $len) {
|
||||
$flag = -1;
|
||||
|
||||
$arr_len = count($arr);
|
||||
|
|
Loading…
Reference in New Issue
Block a user