Skip to content

Commit 55aa187

Browse files
committed
fix redirection
1 parent d698b29 commit 55aa187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function sqlite_activation() {
3838
if ( isset( $_GET['confirm-install'] ) && wp_verify_nonce( $_GET['_wpnonce'], 'sqlite-install' ) ) {
3939
sqlite_plugin_copy_db_file();
4040
// WordPress will automatically redirect to the install screen here.
41-
wp_redirect( admin_url( 'admin.php?page=sqlite-integration&install=1' ) );
41+
wp_redirect( admin_url() );
4242
exit;
4343
}
4444
}

0 commit comments

Comments
 (0)