瀏覽代碼

changePackage - modify domain

andre 2 年之前
父節點
當前提交
135f98eacb
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      api/KerioWhmcs.php

+ 9 - 0
api/KerioWhmcs.php

@@ -466,6 +466,15 @@ class KerioWhmcs extends KerioConnectApi {
 			'domainIds' => array($domainID),
 			'pattern' => $attr,
 		);
+
+		logModuleCall(
+			'kerioEmail',
+			__FUNCTION__,
+			$domainID,
+			'Debug Error',
+			$attr
+		);
+
 		$result = $this->sendRequest('Domains.set', $params);
 		return $result;
 	}