Tyler Akins 24 лет назад
Родитель
Сommit
47a68ff31e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -553,7 +553,7 @@
    
    
          // If there are other types that shouldn't be formatted, add
          // If there are other types that shouldn't be formatted, add
          // them here 
          // them here 
-         if ($body_message->header->type1 != "html" && $show_html_default) {
+         if ($body_message->header->type1 != "html" || ! $show_html_default) {
             translateText($body, $wrap_at, $body_message->header->charset);
             translateText($body, $wrap_at, $body_message->header->charset);
          }   
          }