소스 검색

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

Yannick Warnier 18 년 전
부모
커밋
1ada33febb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: