Browse Source

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

Tyler Akins 24 years ago
parent
commit
b335e8a8e2
1 changed files with 1 additions and 1 deletions
  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' &&