We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6619b8 commit 2cca45cCopy full SHA for 2cca45c
1 file changed
src/Migration/SuccessMessageMigration.php
@@ -46,9 +46,9 @@ public function run(): MigrationResult
46
{
47
$sql = <<<'SQL'
48
UPDATE tl_form
49
- SET confirmation = hofff_formtools_success
+ SET confirmation = hofff_formtools_success, hofff_formtools_addSuccess = ''
50
WHERE confirmation IS NULL
51
- AND hofff_formtools_addSuccess=1
+ AND hofff_formtools_addSuccess='1'
52
SQL;
53
54
$this->connection->executeQuery($sql);
0 commit comments