MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:52:16 +0000 (17:52 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:52:16 +0000 (17:52 +0800)
MailTemplateList.php

index f6e0bdc..98d7b88 100644 (file)
@@ -34,7 +34,7 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
                     }
                     
                     $path = "$dir/mail/$entry";
-                    print_r($path);exit;
+                    
                     $ret[] = array(
                         'file' => $entry,
                         'content' => $this->convertStyle($base, $path, false)