Browse Source

[svn r11578] Fixed typo (missing "s")

Yannick Warnier 18 years ago
parent
commit
1ada33febb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/phpmailer/class.phpmailer.php

+ 1 - 1
main/inc/lib/phpmailer/class.phpmailer.php

@@ -740,7 +740,7 @@ class PHPMailer
         {
            case "alt":
               // fall through
-           case "alt_attachment":
+           case "alt_attachments":
               $this->AltBody = $this->WrapText($this->AltBody, $this->WordWrap);
               break;
            default: