Index: branches/unlabeled/unlabeled-1.1.4/core/kernel/utility/email_send.php =================================================================== diff -u -r7748 -r7750 --- branches/unlabeled/unlabeled-1.1.4/core/kernel/utility/email_send.php (.../email_send.php) (revision 7748) +++ branches/unlabeled/unlabeled-1.1.4/core/kernel/utility/email_send.php (.../email_send.php) (revision 7750) @@ -1114,7 +1114,12 @@ $this->headers = Array (); $this->bodyPartNumber = false; $this->parts = Array(); - $this->guessOptions = Array (); + $this->guessOptions = Array ( + 'attachments' => Array(), + 'inline_attachments' => Array (), + 'text_part' => false, + 'html_part' => false, + ); $this->SetCharset(null, true); }