From 9d42f788f4db4941480a56a2ba97aaf472f70b27 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 17:14:26 +0800 Subject: [PATCH] DataObjects/Core_email.php --- DataObjects/Core_email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_email.php b/DataObjects/Core_email.php index 5bb7b2c7..a882342c 100644 --- a/DataObjects/Core_email.php +++ b/DataObjects/Core_email.php @@ -417,7 +417,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject 'contents' => $contents, 'css_embed' => true, // we should always try and do this with emails... ); - + print_R($cfg);exit; if (isset($contents['rcpts'])) { $cfg['rcpts'] = $contents['rcpts']; } -- 2.39.2