From: Edward Date: Wed, 19 Feb 2014 09:12:13 +0000 (+0800) Subject: MailTemplateList.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0e1cd59476bb8e1f003e2cc0b4e97d73cee2f3e6 MailTemplateList.php --- 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)