From 75883ccd73fbcf8e2de6e2abeb3691faf119affa Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 15:47:36 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index d13c22b0..04e3617f 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -19,7 +19,7 @@ class Pman_Core_MailTemplateList extends Pman $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy; $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']); - print_r($templateDir);exit; + foreach ($templateDir as $dir){ if(!file_exists($dir . '/mail')){ continue; -- 2.39.2