From d4ccbec804750b8b71428f4588741670ed6aaf10 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 17:17:40 +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 a882342c..5bb7b2c7 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