MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 3a37d2c..2bf1e1b 100644 (file)
@@ -17,7 +17,7 @@ class Pman_Core_MailTemplateList extends Pman
     function get()
     {
         $fopts = HTML_FlexyFramework::get()->page;
-        print_r(array_unique($fopts->templateDir));
+        print_r($fopts);
         exit;
     }