We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a74b0 commit 1b6a682Copy full SHA for 1b6a682
2 files changed
activate.php
@@ -67,7 +67,7 @@ function sqlite_plugin_copy_db_file() {
67
$file_contents = str_replace(
68
'{SQLITE_IMPLEMENTATION_FOLDER_PATH}',
69
__DIR__,
70
- file_get_contents( __DIR__ . '/db.copy.php' )
+ file_get_contents( __DIR__ . '/db.copy' )
71
);
72
73
$wp_filesystem->put_contents( $destination, $file_contents );
db.copy.php db.copydb.copy.php renamed to db.copy
0 commit comments