DataObjects/Core_mailing_list_message.php
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 09:00:56 +0000 (17:00 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 09:00:56 +0000 (17:00 +0800)
DataObjects/Core_mailing_list_message.php

index bfa3d75..0714ef4 100644 (file)
@@ -263,7 +263,7 @@ Content-Type: multipart/alternative; boundary=alt-{$random_hash}
 Content-Type: text/plain; charset=utf-8; format=flowed
 Content-Transfer-Encoding: 7bit
 
-{$message->plaintext}
+{$this->plaintext}
     
 --alt-{$random_hash}
 Content-Type: multipart/related; boundary=rel-{$random_hash}
@@ -272,7 +272,7 @@ Content-Type: multipart/related; boundary=rel-{$random_hash}
 Content-Type: text/html; charset=utf-8
 Content-Transfer-Encoding: 7bit
 
-{$message->bodytext}
+{$this->bodytext}
 
 ");