Update base.php

This commit is contained in:
Namhyeon Go 2018-04-29 01:34:48 +09:00 committed by GitHub
parent b87199faa6
commit 091be8489f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,7 +202,7 @@ if(!function_exists("check_function_exists")) {
$exists = function_exists($k);
$flag = $flag && !$exists;
if($exists === false) {
if(empty($v) {
if(empty($v)) {
set_error("Function " . $k . " dose not exists");
} else {
set_error($v);