From 0e1cd59476bb8e1f003e2cc0b4e97d73cee2f3e6 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:12:13 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index 55cf50ef..c7dbca8d 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -28,7 +28,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