Remove the feature flag [MAILPOET-1983]

This commit is contained in:
wxa
2019-05-06 16:48:24 +03:00
committed by M. Shull
parent 20f3ce79e6
commit 2980bbf00b
15 changed files with 3 additions and 36 deletions

View File

@@ -62,9 +62,7 @@ class Changelog {
$this->setupNewInstallation();
$this->checkWelcomeWizard();
}
if ($this->settings->get('woo_commerce_list_sync_enabled')) {
$this->checkWooCommerceListImportPage();
}
$this->checkWooCommerceListImportPage();
}
private function checkMp2Migration($version) {