X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=MessagePreview.php;h=f59cde177e0f2f376661919f83a9a373777494a8;hp=badc88b757ced5b74fe8ad11fbd35de3bed075bb;hb=refs%2Fheads%2Fwip_alan_T5884_add_photo_to_report;hpb=6b9f3838f161b443cb3cce4056d05725f384c376 diff --git a/MessagePreview.php b/MessagePreview.php index badc88b7..f59cde17 100644 --- a/MessagePreview.php +++ b/MessagePreview.php @@ -113,6 +113,8 @@ class Pman_Core_MessagePreview extends Pman $content = $x->{$method}($this, $this->authUser); + $content['bcc'] = array(); + $sent = $core_email->send($content); if(is_object($sent)){