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