Skip to content

Commit

Permalink
Update modules/database/sqlite/db.copy.php
Browse files Browse the repository at this point in the history
Co-authored-by: Jonny Harris <[email protected]>
  • Loading branch information
aristath and spacedmonkey committed Apr 5, 2023
1 parent d928fd8 commit 652ee48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/sqlite/db.copy.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// Define SQLite constant.
if ( ! defined( 'DB_ENGINE' ) ) {
define( 'DB_ENGINE', 'sqlite' );
define( 'DB_ENGINE', DATABASE_TYPE );
}

// Require the implementation from the performance-lab plugin.
Expand Down

0 comments on commit 652ee48

Please sign in to comment.