@@ -738,16 +738,16 @@ class KerioWhmcs extends KerioConnectApi {
$params = array(
'domain' => array($domain),
);
- $result = $this->sendRequest('Domains.getDkimDnsRecord', $params);
logModuleCall(
'kerioEmail',
__FUNCTION__,
$params,
'Debug',
- $result
+ $domain
+ $result = $this->sendRequest('Domains.getDkimDnsRecord', $params);
return $result;
}