DataObjects/Core_email.php
authorMicheal <micheal@roojs.com>
Fri, 2 Jan 2015 07:55:31 +0000 (15:55 +0800)
committerMicheal <micheal@roojs.com>
Fri, 2 Jan 2015 07:55:31 +0000 (15:55 +0800)
DataObjects/Core_email.php

index 46eba67..6d20a91 100644 (file)
@@ -315,6 +315,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
             'template'=> $this->tableName() . '-' . $this->id,
             'templateDir' => $templateDir,
             'page' => $this,
+            'rcpts' => $contents['rcpts'],
             'contents' => $contents
         ));