@@ -94,6 +94,15 @@ class EditAccountDataProvider extends BaseDataProvider
return ['error' => $error->getMessage()];
}
$api->logout();
+
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $account,
+ 'Debug Data',
+ $this->data
+ );
$this->data['id'] = $account[0]['id'];
$this->data['username'] = $account[0]['loginName'];
$this->data['domain'] = $domain;