diff --git a/system/base.php b/system/base.php index f9eae08..b24fdeb 100644 --- a/system/base.php +++ b/system/base.php @@ -19,7 +19,7 @@ if(!function_exists("check_invaild_function")) { } } } else { - if(function_exists($fn)) { + if(!function_exists($fn)) { $status = 0; } }