Redirect to wizard after mp2 migration skip

[MAILPOET-1498]
This commit is contained in:
Pavel Dohnal
2018-08-22 09:03:03 +02:00
parent e299d1a195
commit 1bc2a7f572

View File

@@ -177,7 +177,7 @@ define('mp2migrator', ['mailpoet', 'jquery'], function (mp, jQuery) {
},
gotoWelcomePage: function () {
window.location.href = 'admin.php?page=mailpoet-welcome';
window.location.href = 'admin.php?page=mailpoet-welcome-wizard';
return false;
}