Update base.php

This commit is contained in:
Namhyeon Go 2019-02-26 11:23:20 +09:00 committed by GitHub
parent 78d7ea32a4
commit b332bf0ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ if(!function_exists("check_invaild_function")) {
}
}
} else {
if(function_exists($fn)) {
if(!function_exists($fn)) {
$status = 0;
}
}