From b332bf0ac624df5a4976ef5f4c426784cd6f4115 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 26 Feb 2019 11:23:20 +0900 Subject: [PATCH] Update base.php --- system/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }