stekkel 23 năm trước cách đây
mục cha
commit
2dbacf86da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -339,7 +339,7 @@ function formatBody($imap_stream, $message, $color, $wrap_at, $ent_num, $id, $ma
                 $body = strtr($body, $entity_conv);
                 $body = strtr($body, $entity_conv);
                 $body = trim($body);
                 $body = trim($body);
                 translateText($body, $wrap_at,
                 translateText($body, $wrap_at,
-                              $body_message->header->getParameter['charset']);
+                              $body_message->header->getParameter('charset'));
             } else {
             } else {
                 $body = magicHTML( $body, $id, $message, $mailbox );
                 $body = magicHTML( $body, $id, $message, $mailbox );
             }
             }