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

index d973fcf..53ed892 100644 (file)
@@ -225,7 +225,8 @@ class Pman_Core_Mailer {
                 $mime->addAttachment(
                         $attch['file'],
                         $attch['mimetype'],
-                        $attch['name']
+                        $attch['name'],
+                        false
                 );
                 
             }