MessagePreview.php
authoredward <edward@roojs.com>
Mon, 24 Oct 2016 08:03:06 +0000 (16:03 +0800)
committeredward <edward@roojs.com>
Mon, 24 Oct 2016 08:03:06 +0000 (16:03 +0800)
MessagePreview.php

index 310bde5..0959af6 100644 (file)
@@ -52,7 +52,7 @@ class Pman_Core_MessagePreview extends Pman
         
         $content = array(
             'template' => $mlq->name,
-            'person' => $this->authUser
+            'rcpts' => 'edward@roojs.com'
         );
         
         $sent = DB_DataObject::factory($_REQUEST['_table'])->send($content);