Update database.alt.php

This commit is contained in:
Namhyeon Go 2018-09-12 13:46:41 +09:00 committed by GitHub
parent 1baaae3ee6
commit 7949e2f5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ if(!function_exists("exec_db_alt_callback")) {
$result = call_user_func($rule['callback']); $result = call_user_func($rule['callback']);
} }
} }
} else {
set_error(sprintf("Can not load %s database driver.", $rule['driver']));
show_errors();
} }
break; break;
} }