Browse Source

dns bugfix

andre 3 years ago
parent
commit
a268946470
1 changed files with 10 additions and 1 deletions
  1. 10 1
      cwp7.php

+ 10 - 1
cwp7.php

@@ -629,7 +629,16 @@ function cwp7_setDNS($params) {
             'zone_id' => $zoneID,
             'records' => $zoneRecords,
         )
-    );
+	);
+	
+	logModuleCall(
+		'cwp7',
+		__FUNCTION__,
+		$zoneRecords,
+		'Debug dnsmanager',
+		$result
+	);
+
     if($result['result'] != 'success') {
         return 'Error: ' . $result['message'];
     }