Skip to content

Commit

Permalink
Installer: Show NOT OK if none of the database extensions is installed (
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoh authored Oct 5, 2024
1 parent f78df9d commit 3af7ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/check.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@
echo '<br />';
}
if (empty($found_db_driver)) {
$RCI->failures++;
echo '<br />';
$RCI->fail('Database extensions', 'See above');
}

?>
Expand Down

0 comments on commit 3af7ba1

Please sign in to comment.