Skip to content

Commit 955d06c

Browse files
committed
Fix dmarc undefined array key #84
1 parent 7a1cad0 commit 955d06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/dns_util.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public function get_dmarc_dns_record() {
231231
$parts = explode('.', $domain);
232232
$domain = join('.', array_slice($parts, 1));
233233
}
234-
return ['', ''];
234+
return ['', '', ''];
235235
}
236236

237237
/**

0 commit comments

Comments
 (0)