MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 827638a..1ab5705 100644 (file)
@@ -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)) {