From: Edward Date: Wed, 19 Feb 2014 07:55:43 +0000 (+0800) Subject: MailTemplateList.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3e17657507f772039e7fa3960d206e37a81b0bdb MailTemplateList.php --- 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; } }