fix editing email-address catchall-flag, fixes #1288
This commit is contained in:
@@ -89,7 +89,7 @@ return [
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'mail_catchall' => [
|
'iscatchall' => [
|
||||||
'visible' => Settings::Get('catchall.catchall_enabled') == '1',
|
'visible' => Settings::Get('catchall.catchall_enabled') == '1',
|
||||||
'label' => lng('emails.catchall'),
|
'label' => lng('emails.catchall'),
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
|
|||||||
Reference in New Issue
Block a user