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

index 07db5d2..b80e17e 100644 (file)
@@ -202,7 +202,7 @@ class Pman_Core_Mailer {
         } 
         $rcpts = $this->rcpts == false ? $email['recipents'] : $this->rcpts;
         
-        if (!empty($this->contents->bcc) && is_array($this->contents->bcc)) {
+        if (!empty($this->contents['bcc']) && is_array($this->contents['bcc'])) {
             $rcpts =array_merge($rcpts, $this->contents->bcc);
         }