MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 08:53:38 +0000 (16:53 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 08:53:38 +0000 (16:53 +0800)
MailTemplateList.php

index 955c7a5..6c93448 100644 (file)
@@ -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;