From 6608add8e3487110c94afc848d60f1c5c830a06b Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:52:16 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index f6e0bdc3..98d7b883 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -34,7 +34,7 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle } $path = "$dir/mail/$entry"; - print_r($path);exit; + $ret[] = array( 'file' => $entry, 'content' => $this->convertStyle($base, $path, false) -- 2.39.2