MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 07:48:10 +0000 (15:48 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 07:48:10 +0000 (15:48 +0800)
MailTemplateList.php

index 04e3617..6c556ad 100644 (file)
@@ -21,6 +21,7 @@ class Pman_Core_MailTemplateList extends Pman
         $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']);
         
         foreach ($templateDir as $dir){
+            echo "$dir \n";
             if(!file_exists($dir . '/mail')){
                 continue;
             }