Skip to content

Commit

Permalink
Removed duplicate line
Browse files Browse the repository at this point in the history
The if statement would check if the DKIM_domain is empty two times.
  • Loading branch information
bukkadev committed Dec 22, 2014
1 parent 851da29 commit 1bf5877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class.phpmailer.php
Expand Up @@ -1023,7 +1023,6 @@ public function preSend()
if (!empty($this->DKIM_domain)
&& !empty($this->DKIM_private)
&& !empty($this->DKIM_selector)
&& !empty($this->DKIM_domain)
&& file_exists($this->DKIM_private)) {
$header_dkim = $this->DKIM_Add(
$this->MIMEHeader . $this->mailHeader,
Expand Down

0 comments on commit 1bf5877

Please sign in to comment.