@@ -43,9 +43,9 @@ class InfoForm extends BaseForm implements ClientArea
logModuleCall(
'kerioEmail',
__FUNCTION__,
- $this->data,
+ $this->dataProvider,
'Debug Data',
- $this
+ $this->dataProvider->actionElementId
);
}
@@ -102,7 +102,7 @@ class InfoSettingDataProvider extends BaseDataProvider
'selfdns' => $selfDns,
'selfdomain' => $selfdomain
];
-
+ $this->availableValues['dnsrecords'] = $dnsRecords;