Skip to content

Commit

Permalink
Merge pull request PHPMailer#333 from natoshi/patch-1
Browse files Browse the repository at this point in the history
Removed duplicate line
  • Loading branch information
Synchro committed Dec 22, 2014
2 parents 851da29 + 1bf5877 commit df2a282
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class.phpmailer.php
Original file line number Diff line number Diff line change
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 df2a282

Please sign in to comment.