Mailer.php
authorChris <chris@roojs.com>
Thu, 14 Nov 2013 11:16:26 +0000 (19:16 +0800)
committerChris <chris@roojs.com>
Thu, 14 Nov 2013 11:16:26 +0000 (19:16 +0800)
Mailer.php

index d02e58c..27e0a39 100644 (file)
@@ -219,6 +219,7 @@ class Pman_Core_Mailer {
             if (isset($parts[1]['Content-Type'])) {
                 unset($parts[1]['Content-Type']);
             }
+            
             $header = $mime->headers($parts[1]);
             
             if(preg_match('/text\/html/', $header['Content-Type'])){