From b35f583ec634ff2b2c53f34c7cb0209ffe305181 Mon Sep 17 00:00:00 2001 From: Amine Ben hammou Date: Wed, 3 Apr 2019 02:53:57 +0200 Subject: [PATCH] Migrate default messages of existing forms [MAILPOET-1636] --- lib/Config/Populator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Config/Populator.php b/lib/Config/Populator.php index 6b0aaa677d..66293529ac 100644 --- a/lib/Config/Populator.php +++ b/lib/Config/Populator.php @@ -134,6 +134,7 @@ class Populator { $this->createSourceForSubscribers(); $this->updateNewsletterCategories(); $this->scheduleInitialInactiveSubscribersCheck(); + Form::updateSuccessMessages(); } private function createMailPoetPage() {