Fixing catchall - checkbox on email-add, thx sinuswave, fixes #793 @0h1m
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -36,7 +36,7 @@ return array(
|
|||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'select_var' => $domains
|
'select_var' => $domains
|
||||||
),
|
),
|
||||||
'pathedit' => array(
|
'iscatchall' => array(
|
||||||
'label' => $lng['emails']['iscatchall'],
|
'label' => $lng['emails']['iscatchall'],
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'values' => array(
|
'values' => array(
|
||||||
|
|||||||
Reference in New Issue
Block a user