DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Thu, 15 May 2014 07:20:18 +0000 (15:20 +0800)
committerEdward <edward@roojs.com>
Thu, 15 May 2014 07:20:18 +0000 (15:20 +0800)
DataObjects/Core_email.php

index 94bd3c3..7144e9a 100644 (file)
@@ -287,7 +287,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         $r = new Pman_Core_Mailer(array(
             'template'=> $this->tableName() . '-' . $this->id,
             'templateDir' => $templateDir,
-            'rcpts' => 'edward@roojs.com',
+            'rcpts' => (!empty($contents['rcpts']) ? $contents['rcpts'] : array()),
             'page' => $this,
             'contents' => $contents
         ));