Mailer.php
authorChris <chris@roojs.com>
Wed, 20 Nov 2013 09:45:19 +0000 (17:45 +0800)
committerChris <chris@roojs.com>
Wed, 20 Nov 2013 09:45:19 +0000 (17:45 +0800)
Mailer.php

index c51f869..d6f272a 100644 (file)
@@ -233,7 +233,7 @@ class Pman_Core_Mailer {
                 $mime->addAttachment(
                         $attch['file'],
                         $attch['mimetype'],
-                        $attch['name'],
+                        $attch['name']
                         
                 );
             }