From 48baf4e5e165f041377ed4a8488d151b6a6f211b Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 16:54:50 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index 6c934488..85fd032f 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -27,7 +27,7 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle $ret[] = array( 'file' => $entry, - 'content' => file_get_contents("$dir/mail/$entry") + 'content' => $this->convertStyle("$dir/mail/$entry") ); } -- 2.39.2