From 3e17657507f772039e7fa3960d206e37a81b0bdb Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 15:55:43 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index 486c3b69..e57fa792 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -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; } } -- 2.39.2