From: Edward Date: Wed, 19 Feb 2014 07:47:30 +0000 (+0800) Subject: MailTemplateList.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b43e39077d866c793b1d938bf5d90b8826381b9c MailTemplateList.php --- diff --git a/MailTemplateList.php b/MailTemplateList.php index 10438f18..d13c22b0 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -18,7 +18,7 @@ class Pman_Core_MailTemplateList extends Pman { $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy; - $templateDir = explode(PATH_SEPARATOR, $fopts->templateDir); + $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']); print_r($templateDir);exit; foreach ($templateDir as $dir){ if(!file_exists($dir . '/mail')){