瀏覽代碼

fix for bug 542809. Can somebody validate this fix?

stekkel 23 年之前
父節點
當前提交
b654536b01
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/read_body.php

+ 2 - 0
src/read_body.php

@@ -206,6 +206,8 @@ function SendMDN ( $recipient , $sender) {
     $subject = $header->subject;
     $now = getLongDateString( time() );
 
+    set_my_charset();
+
     $body = _("Your message") . "\r\n\r\n" .
             "\t" . _("To:") . ' ' . $to . "\r\n" .
             "\t" . _("Subject:") . ' ' . $subject . "\r\n" .