From c9c803900a90dd41eec4318151d2e567136d0ff1 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Mon, 5 May 2025 09:43:27 +0200 Subject: [PATCH] set correct field name for 'rewrite subject' in edit-email form, fixes #1328 Signed-off-by: Michael Kaufmann --- lib/formfields/customer/email/formfield.emails_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/formfields/customer/email/formfield.emails_edit.php b/lib/formfields/customer/email/formfield.emails_edit.php index 89f794d2..60240994 100644 --- a/lib/formfields/customer/email/formfield.emails_edit.php +++ b/lib/formfields/customer/email/formfield.emails_edit.php @@ -111,7 +111,7 @@ return [ 'step' => 0.1, 'value' => $result['spam_tag_level'], ], - 'spam_rewrite_subject' => [ + 'rewrite_subject' => [ 'visible' => Settings::Get('antispam.activated') == '1' && (int)Settings::Get('antispam.default_spam_rewrite_subject') <= 2, 'label' => lng('antispam.rewrite_subject'), 'type' => 'checkbox',