andre 6 mesi fa
parent
commit
64412fe62d
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      api/KerioWhmcs.php

+ 9 - 0
api/KerioWhmcs.php

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