Skip to content

Commit 3af7ba1

Browse files
authored
Installer: Show NOT OK if none of the database extensions is installed (#9594, #9604)
1 parent f78df9d commit 3af7ba1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

installer/check.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@
171171
echo '<br />';
172172
}
173173
if (empty($found_db_driver)) {
174-
$RCI->failures++;
174+
echo '<br />';
175+
$RCI->fail('Database extensions', 'See above');
175176
}
176177

177178
?>

0 commit comments

Comments
 (0)