Commit c79d9738 by Scott

Fix database check in installation

parent 3358a977
......@@ -186,7 +186,7 @@
}
}
if (is_resource(qa_db_connection(false)) && !@$pass_failure_from_install) {
if (qa_db_connection(false) !== null && !@$pass_failure_from_install) {
$check=qa_db_check_tables(); // see where the database is at
switch ($check) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment