Kaynağa Gözat

getting dkim

andre 6 ay önce
ebeveyn
işleme
e39f0af862
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      api/KerioWhmcs.php

+ 2 - 2
api/KerioWhmcs.php

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