DataObjects/Core_email.php
authoredward <edward@roojs.com>
Mon, 27 Mar 2017 09:58:15 +0000 (17:58 +0800)
committeredward <edward@roojs.com>
Mon, 27 Mar 2017 09:58:15 +0000 (17:58 +0800)
DataObjects/Core_email.php

index 78f2146..8ff75bc 100644 (file)
@@ -366,9 +366,11 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
             'contents' => $contents,
             'css_embed' => true, // we should always try and do this with emails...
         );
+        
         if (isset($contents['rcpts'])) {
             $cfg['rcpts'] = $contents['rcpts'];
         }
+        
         if (isset($contents['mailer_opts']) && is_array($contents['mailer_opts'])) {
             $cfg = array_merge($contents['mailer_opts'], $cfg);
         }