Update base.php
This commit is contained in:
parent
78d7ea32a4
commit
b332bf0ac6
|
@ -19,7 +19,7 @@ if(!function_exists("check_invaild_function")) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
if(function_exists($fn)) {
|
||||
if(!function_exists($fn)) {
|
||||
$status = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user