Skip to content

Commit

Permalink
overzealous check
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Mar 2, 2023
1 parent e73125c commit 4a3c90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/includes/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function wp_install( $blog_title, $user_name, $user_email, $is_public, $deprecat
wp_cache_flush();

if ( defined( 'DATABASE_TYPE' ) && 'sqlite' === DATABASE_TYPE ) {
sqlite_make_db_sqlite();
sqlite_make_db_sqlite(); // phpcs:ignore PHPCompatibility.Extensions.RemovedExtensions.sqliteRemoved
} else {
make_db_current_silent();
}
Expand Down

0 comments on commit 4a3c90f

Please sign in to comment.