Skip to content

Commit 99e0a6a

Browse files
bwalkerlbrendanheywood
authored andcommitted
Fix dmarc undefined array key #84
1 parent 21a45a8 commit 99e0a6a

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)