MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 36f0854..7d2ac56 100644 (file)
@@ -17,7 +17,7 @@ class Pman_Core_MailTemplateList extends Pman
     function get()
     {
         $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
-        print_r($this->templateDir);
+        print_r(array_unique($fopts->templateDir));
         exit;
     }