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

index 486c3b6..e57fa79 100644 (file)
@@ -45,10 +45,8 @@ class Pman_Core_MailTemplateList extends Pman
             
         }
         
-        $this->jdata(array(array('name' => 'aa', 'body'=> 'test')));
+        $this->jdata($ret);
         
-        print_r(array_unique($fopts->templateDir));
-        exit;
     }
      
 }