From 93ccdd8dfe85f3fb0be9117342102f7fe1b71c1b Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 15:48:51 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index 1826c21f..eb30358b 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -26,7 +26,7 @@ class Pman_Core_MailTemplateList extends Pman continue; } - if ($handle = opendir($dir . '/')) { + if ($handle = opendir($dir . '/mail')) { while (false !== ($entry = readdir($handle))) { if ($entry == "." || $entry == "..") { continue; -- 2.39.2