From a92eaafa35398f42364bb405b273b2fec9fe38df Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:05:29 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index 827638aa..1ab57050 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -20,7 +20,7 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle continue; } - echo dirname($dir . '/mail'); + echo dir($dir . '/mail'); // if ($handle = opendir($dir . '/mail')) { // while (false !== ($entry = readdir($handle))) { // if ($entry == "." || $entry == ".." || !preg_match('/\.html$/', $entry)) { -- 2.39.2