fix editing email-address catchall-flag, fixes #1288

This commit is contained in:
Michael Kaufmann
2024-10-24 12:11:39 +02:00
parent ce841e8aa4
commit 99b3deda91

View File

@@ -89,7 +89,7 @@ return [
]
]
],
'mail_catchall' => [
'iscatchall' => [
'visible' => Settings::Get('catchall.catchall_enabled') == '1',
'label' => lng('emails.catchall'),
'type' => 'checkbox',