MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 07:37:59 +0000 (15:37 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 07:37:59 +0000 (15:37 +0800)
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;