Mailer.php
authorEdward <edward@roojs.com>
Tue, 19 Feb 2019 09:17:55 +0000 (17:17 +0800)
committerEdward <edward@roojs.com>
Tue, 19 Feb 2019 09:17:55 +0000 (17:17 +0800)
Mailer.php

index aa4a18f..dad6ba5 100644 (file)
@@ -605,7 +605,7 @@ class Pman_Core_Mailer {
         print_r($mt);
         echo "\n";
         
-        if(preg_match('/html/', $mt)) {
+        if(preg_match('/html/', 'png')) {
             print_R($data);
         }
         require_once 'File/MimeType.php';