NotifySend.php
authorAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 02:58:50 +0000 (10:58 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 02:58:50 +0000 (10:58 +0800)
NotifySend.php

index 4dfc9d1..db4dbdd 100644 (file)
@@ -209,7 +209,7 @@ class Pman_Core_NotifySend extends Pman
                       //  'debug' => true
                     ));
                     $email['headers']['Subject'] = "(CC): " . $email['headers']['Subject'];
-                    $mailer->send($email['headers']['Bcc'],
+                    $mailer->send($email['headers']['Cc'],
                                   $email['headers'], $email['body']);
                     
                 }