MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 7d2ac56..e3bf735 100644 (file)
@@ -16,6 +16,7 @@ class Pman_Core_MailTemplateList extends Pman
 
     function get()
     {
+        $this->jdata(array('name' => 'aa', 'body'=> 'test'));
         $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
         print_r(array_unique($fopts->templateDir));
         exit;