From d98be5ea73766530fccffbfd429127abd906b63c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Aug 2012 14:14:26 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index e8a75b23..d4cf3a83 100644 --- a/Mailer.php +++ b/Mailer.php @@ -82,7 +82,7 @@ class Pman_Core_Mailer { $htmltemplate = new HTML_Template_Flexy( ); $htmltemplate->compile('mail/'. $templateFile.'.body.html'); - $htmlbody = $template->bufferedOutputObject($content); + $htmlbody = $htmltemplate->bufferedOutputObject($content); // for the html body, we may want to convert the attachments to images. -- 2.39.2