Skip to content

Commit

Permalink
fix editing email-address catchall-flag, fixes #1288
Browse files Browse the repository at this point in the history
  • Loading branch information
d00p committed Oct 24, 2024
1 parent ce841e8 commit 99b3ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formfields/customer/email/formfield.emails_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
]
]
],
'mail_catchall' => [
'iscatchall' => [
'visible' => Settings::Get('catchall.catchall_enabled') == '1',
'label' => lng('emails.catchall'),
'type' => 'checkbox',
Expand Down

0 comments on commit 99b3ded

Please sign in to comment.