Skip to content

Commit

Permalink
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 17, 2010
2 parents 0e09fee + b50b592 commit 92ff9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/controller/components/email.php
Expand Up @@ -505,8 +505,8 @@ function __createHeader() {
}
}

$this->__createBoundary();
if (!empty($this->attachments)) {
$this->__createBoundary();
$this->__header[] = 'MIME-Version: 1.0';
$this->__header[] = 'Content-Type: multipart/mixed; boundary="' . $this->__boundary . '"';
$this->__header[] = 'This part of the E-mail should never be seen. If';
Expand Down

0 comments on commit 92ff9cc

Please sign in to comment.