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

index d13c22b..04e3617 100644 (file)
@@ -19,7 +19,7 @@ class Pman_Core_MailTemplateList extends Pman
         $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
         
         $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']);
-        print_r($templateDir);exit;
+        
         foreach ($templateDir as $dir){
             if(!file_exists($dir . '/mail')){
                 continue;