소스 검색

* Hopefully fixed the "no text part" bug -- # 417504

Tyler Akins 24 년 전
부모
커밋
b335e8a8e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -484,7 +484,7 @@
       global $show_html_default;
       
       if (! $message)
-	return;
+	return 0;
 
       // Show text/plain or text/html -- the first one we find.
       if ($message->header->type0 == 'text' &&