MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 486c3b6..8012f8a 100644 (file)
@@ -45,10 +45,8 @@ class Pman_Core_MailTemplateList extends Pman
             
         }
         
-        $this->jdata(array(array('name' => 'aa', 'body'=> 'test')));
+        $this->jok($ret);
         
-        print_r(array_unique($fopts->templateDir));
-        exit;
     }
      
 }