From: Edward Date: Wed, 19 Feb 2014 08:53:38 +0000 (+0800) Subject: MailTemplateList.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7e587506ea5ae551071847c4cc24093b870dce19 MailTemplateList.php --- diff --git a/MailTemplateList.php b/MailTemplateList.php index 955c7a58..6c934488 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -2,18 +2,9 @@ require_once 'ConvertStyle.php'; -class Pman_Core_MailTemplateList extends Pman +class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle { - function getAuth() - { - $au = $this->getAuthUser(); - if (!$au) { - die("NOT authenticated"); - } - $this->authUser = $au; - return true; - } - + function get() { $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;