|
|
@@ -116,9 +116,9 @@ class EditAccountDataProvider extends BaseDataProvider
|
|
|
$value = in_array($field, $fieldToProtection) ? htmlentities($value) : $value;
|
|
|
}
|
|
|
if ($this->formData['forward'] == 'on') {
|
|
|
- $this->formData['zimbraPrefMailLocalDeliveryDisabled'] = ATTR_ENABLED;
|
|
|
+ $this->formData['zimbraPrefMailLocalDeliveryDisabled'] = TRUE;
|
|
|
} else {
|
|
|
- $this->formData['zimbraPrefMailLocalDeliveryDisabled'] = ATTR_DISABLED;
|
|
|
+ $this->formData['zimbraPrefMailLocalDeliveryDisabled'] = FALSE;
|
|
|
}
|
|
|
/**
|
|
|
* product manager allow to check product settings
|