From: Alan Knowles Date: Tue, 6 Nov 2012 07:31:49 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=6f53df342120320cd109a9d5cc18152fee3840cd Mailer.php --- diff --git a/Mailer.php b/Mailer.php index b80e17eb..aff1ad0c 100644 --- a/Mailer.php +++ b/Mailer.php @@ -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);