@@ -95,8 +95,6 @@ class Zimbra
'zimbraFeaturePeopleSearchEnabled',
'zimbraFeatureSMIMEEnabled',
'zimbraFeatureEwsEnabled',
- 'zimbraPrefMailLocalDeliveryDisabled',
- 'zimbraFeatureMailForwardingEnabled'
];
}
@@ -79,6 +79,15 @@ class UpdateAccount extends CreateAccount
$account->setAttr(Account::ATTR_DISABLE_LOCAL, FALSE);
$account->setAttr(Account::ATTR_ENABLE_FORWARD, FALSE);
+
+ logModuleCall(
+ 'zimbraEmail',
+ __FUNCTION__,
+ $this->formData,
+ 'Debug Acount Action',
+ $account
+ );
return $account;