Mailer.php
authorAlan Knowles <alan@roojs.com>
Tue, 6 Nov 2012 07:31:49 +0000 (15:31 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 6 Nov 2012 07:31:49 +0000 (15:31 +0800)
Mailer.php

index b80e17e..aff1ad0 100644 (file)
@@ -203,7 +203,7 @@ class Pman_Core_Mailer {
         $rcpts = $this->rcpts == false ? $email['recipents'] : $this->rcpts;
         
         if (!empty($this->contents['bcc']) && is_array($this->contents['bcc'])) {
-            $rcpts =array_merge($rcpts, $this->contents->bcc);
+            $rcpts =array_merge($rcpts, $this->contents['bcc']);
         }
         
         $oe = error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);