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

index 6d13abf..de9a6db 100644 (file)
@@ -36,7 +36,7 @@ class Pman_Core_MailTemplateList extends Pman
                     
                     $ret[] = array(
                         'file' => $entry
-//                        'content' => file_get_contents("$dir/mail/$entry")
+                        'content' => file_get_contents("$dir/mail/$entry")
                     );
                 }